Html Css Color HEX #577376 Breaker Bay

📋 copy color: '#577376'

red 87 ◦ green 115 ◦ blue 118

#577376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Breaker Bay #577376

Tints of Breaker Bay #577376

RGB

 RED value IS 87 (34.38% from 255) = 27.19%

 GREEN value IS 115 (45.31% from 255) = 35.94%

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 27.19%
G = 35.94%
B = 36.88%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#577376 (or 0x577376) is known color: Breaker Bay. HEX triplet: 57, 73 and 76. RGB value is (87,115,118). Sum of RGB (Red+Green+Blue) = 87+115+118=320 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.19% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #577376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #577376 is #A88C89. Grayscale: #6A6A6A. Windows color (decimal): -11046026 or 7762775. OLE color: 7762775.

HSL color Cylindrical-coordinate representation of color #577376: hue angle of 185.81º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #577376 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 115 118 -
CMYK 0.26 0.03 0 0.54
HSL 185.81º 0.15% 0.4% -
HSV(B) 185.81º 0.26% 0.46% -
XYZ 13.33 15.6 19.45 -
YUV 106.97 134.22 113.76 -
System Red Green Blue C M Y K H S L
Decimal 87 115 118 0.26 0.03 0 0.54 185.81 0.15 0.4
Hex 57 73 76 1A 3 0 36 BA F 28
Octal 127 163 166 32 3 0 66 272 17 50
Binary 1010111 1110011 1110110 11010 11 0 110110 10111010 1111 101000

Color Harmonies of #577376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577376

Black with #577376

Text Example


Text Example

White with #577376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577376; }

 p { color: rgb(87,115,118); }

 H1.HeaderClassName
 {
   color: #577376;
 }
 .AnyTagClassName
 {
   color: #577376;
 }
</style>

background-color css

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

 a { background-color: rgb(87,115,118); }

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

border-color css

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

 span { border-color: rgb(87,115,118); }

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