#527778

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

Shades of Breaker Bay #527778

Tints of Breaker Bay #527778

Color information

#527778 (or 0x527778) is unknown color: approx Breaker Bay. HEX triplet: 52, 77 and 78. RGB value is (82,119,120). Sum of RGB (Red+Green+Blue) = 82+119+120=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #527778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527778 is #AD8887. Grayscale: #6C6C6C. Windows color (decimal): -11372680 or 7894866. OLE color: 7894866.

HSL color Cylindrical-coordinate representation of color #527778: hue angle of 181.58º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #527778 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB82119120-
CMYK0.320.0100.53
HSL181.58º18.81%39.61%-
HSV(B)181.58º31.67%47.06%-
XYZ13.4716.3420.21-
YUV108.05134.74109.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 119 (46.88% from 255) = 37.07%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=25.55%
G=37.07%
B=37.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821191200.320.0100.53181.5818.8139.61
Hex527778201035b61328
Octal1221671704010652662350
Binary101001011101111111000100000101101011011011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527778; }

 p { color: rgb(82,119,120); }

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

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

 a { background-color: rgb(82,119,120); }

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

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

 span { border-color: rgb(82,119,120); }

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