#578784

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

Shades of Breaker Bay #578784

Tints of Breaker Bay #578784

Color information

#578784 (or 0x578784) is unknown color: approx Breaker Bay. HEX triplet: 57, 87 and 84. RGB value is (87,135,132). Sum of RGB (Red+Green+Blue) = 87+135+132=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #578784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578784 is #A8787B. Grayscale: #787878. Windows color (decimal): -11040892 or 8685399. OLE color: 8685399.

HSL color Cylindrical-coordinate representation of color #578784: hue angle of 176.25º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #578784 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB87135132-
CMYK0.3600.020.47
HSL176.25º21.62%43.53%-
HSV(B)176.25º35.56%52.94%-
XYZ16.7621.0225-
YUV120.31134.6104.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.58%
GREEN value IS 135 (53.12% from 255) = 38.14%
BLUE value IS 132 (51.95% from 255) = 37.29%
R=24.58%
G=38.14%
B=37.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871351320.3600.020.47176.2521.6243.53
Hex57878424022Fb0162c
Octal1272072044402572602654
Binary101011110000111100001001001000101011111011000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578784; }

 p { color: rgb(87,135,132); }

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

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

 a { background-color: rgb(87,135,132); }

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

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

 span { border-color: rgb(87,135,132); }

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