Html Css Color HEX #567477 Breaker Bay

📋 copy color: '#567477'

red 86 ◦ green 116 ◦ blue 119

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

Shades of Breaker Bay #567477

Tints of Breaker Bay #567477

RGB

 RED value IS 86 (33.98% from 255) = 26.79%

 GREEN value IS 116 (45.7% from 255) = 36.14%

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 26.79%
G = 36.14%
B = 37.07%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#567477 (or 0x567477) is known color: Breaker Bay. HEX triplet: 56, 74 and 77. RGB value is (86,116,119). Sum of RGB (Red+Green+Blue) = 86+116+119=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 119 - color contains mainly: blue. Hex color #567477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567477 is #A98B88. Grayscale: #6B6B6B. Windows color (decimal): -11111305 or 7828566. OLE color: 7828566.

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

Color convert

RGB 86 116 119 -
CMYK 0.28 0.03 0 0.53
HSL 185.45º 0.16% 0.4% -
HSV(B) 185.45º 0.28% 0.47% -
XYZ 13.41 15.8 19.8 -
YUV 107.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 86 116 119 0.28 0.03 0 0.53 185.45 0.16 0.4
Hex 56 74 77 1C 3 0 35 B9 10 28
Octal 126 164 167 34 3 0 65 271 20 50
Binary 1010110 1110100 1110111 11100 11 0 110101 10111001 10000 101000

Color Harmonies of #567477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567477

Black with #567477

Text Example


Text Example

White with #567477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567477; }

 p { color: rgb(86,116,119); }

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

background-color css

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

 a { background-color: rgb(86,116,119); }

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

border-color css

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

 span { border-color: rgb(86,116,119); }

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