#53827C

Color #53827C Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #53827C

Tints of Breaker Bay #53827C

Color information

#53827C (or 0x53827C) is unknown color: approx Breaker Bay. HEX triplet: 53, 82 and 7C. RGB value is (83,130,124). Sum of RGB (Red+Green+Blue) = 83+130+124=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 130 - color contains mainly: green. Hex color #53827C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53827C is #AC7D83. Grayscale: #737373. Windows color (decimal): -11304324 or 8159827. OLE color: 8159827.

HSL color Cylindrical-coordinate representation of color #53827C: hue angle of 172.34º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53827C is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB83130124-
CMYK0.3600.050.49
HSL172.34º22.07%41.76%-
HSV(B)172.34º36.15%50.98%-
XYZ15.1919.2621.99-
YUV115.26132.93104.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 24.63%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=24.63%
G=38.58%
B=36.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831301240.3600.050.49172.3422.0741.76
Hex53827C240531ac162a
Octal1232021744405612542652
Binary101001110000010111110010010001011100011010110010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53827C; }

 p { color: rgb(83,130,124); }

 H1.HeaderClassName
 {
   color: #53827C;
 }
 .AnyTagClassName
 {
   color: #53827C;
 }
</style>
background-color css

<style>
 a { background-color: #53827C; }

 a { background-color: rgb(83,130,124); }

 div.DivClassName
 {
   background-color: #53827C;
 }
 .BgClassName
 {
   background-color: #53827C;
 }
</style>
border-color css

<style>
 span { border-color: #53827C; }

 span { border-color: rgb(83,130,124); }

 td.TdClassName
 {
   border-color: #53827C;
 }
 .TagClassName
 {
   border-color: #53827C;
 }
</style>