Html Css Color HEX #55867E Breaker Bay

📋 copy color: '#55867E'

red 85 ◦ green 134 ◦ blue 126

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

Shades of Breaker Bay #55867E

Tints of Breaker Bay #55867E

RGB

 RED value IS 85 (33.59% from 255) = 24.64%

 GREEN value IS 134 (52.73% from 255) = 38.84%

 BLUE value IS 126 (49.61% from 255) = 36.52%

R = 24.64%
G = 38.84%
B = 36.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#55867E (or 0x55867E) is known color: Breaker Bay. HEX triplet: 55, 86 and 7E. RGB value is (85,134,126). Sum of RGB (Red+Green+Blue) = 85+134+126=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #55867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55867E is #AA7981. Grayscale: #767676. Windows color (decimal): -11172226 or 8291925. OLE color: 8291925.

HSL color Cylindrical-coordinate representation of color #55867E: hue angle of 170.2º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55867E is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 134 126 -
CMYK 0.37 0 0.06 0.47
HSL 170.2º 0.22% 0.43% -
HSV(B) 170.2º 0.37% 0.53% -
XYZ 16.04 20.49 22.85 -
YUV 118.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 85 134 126 0.37 0 0.06 0.47 170.2 0.22 0.43
Hex 55 86 7E 25 0 6 2F AA 16 2B
Octal 125 206 176 45 0 6 57 252 26 53
Binary 1010101 10000110 1111110 100101 0 110 101111 10101010 10110 101011

Color Harmonies of #55867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55867E

Black with #55867E

Text Example


Text Example

White with #55867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55867E; }

 p { color: rgb(85,134,126); }

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

background-color css

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

 a { background-color: rgb(85,134,126); }

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

border-color css

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

 span { border-color: rgb(85,134,126); }

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