Html Css Color HEX #567775 Breaker Bay

📋 copy color: '#567775'

red 86 ◦ green 119 ◦ blue 117

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

Shades of Breaker Bay #567775

Tints of Breaker Bay #567775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.96%

 BLUE value IS 117 (46.09% from 255) = 36.34%

R = 26.71%
G = 36.96%
B = 36.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#567775 (or 0x567775) is known color: Breaker Bay. HEX triplet: 56, 77 and 75. RGB value is (86,119,117). Sum of RGB (Red+Green+Blue) = 86+119+117=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #567775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567775 is #A9888A. Grayscale: #6C6C6C. Windows color (decimal): -11110539 or 7698262. OLE color: 7698262.

HSL color Cylindrical-coordinate representation of color #567775: hue angle of 176.36º 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 #567775 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 86 119 117 -
CMYK 0.28 0 0.02 0.53
HSL 176.36º 0.16% 0.4% -
HSV(B) 176.36º 0.28% 0.47% -
XYZ 13.65 16.46 19.29 -
YUV 108.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 86 119 117 0.28 0 0.02 0.53 176.36 0.16 0.4
Hex 56 77 75 1C 0 2 35 B0 10 28
Octal 126 167 165 34 0 2 65 260 20 50
Binary 1010110 1110111 1110101 11100 0 10 110101 10110000 10000 101000

Color Harmonies of #567775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567775

Black with #567775

Text Example


Text Example

White with #567775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567775; }

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

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

background-color css

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

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

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

border-color css

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

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

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