Html Css Color HEX #558081 Breaker Bay

📋 copy color: '#558081'

red 85 ◦ green 128 ◦ blue 129

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

Shades of Breaker Bay #558081

Tints of Breaker Bay #558081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.43%

 BLUE value IS 129 (50.78% from 255) = 37.72%

R = 24.85%
G = 37.43%
B = 37.72%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#558081 (or 0x558081) is known color: Breaker Bay. HEX triplet: 55, 80 and 81. RGB value is (85,128,129). Sum of RGB (Red+Green+Blue) = 85+128+129=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 129 - color contains mainly: blue. Hex color #558081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558081 is #AA7F7E. Grayscale: #737373. Windows color (decimal): -11173759 or 8486997. OLE color: 8486997.

HSL color Cylindrical-coordinate representation of color #558081: hue angle of 181.36º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #558081 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 128 129 -
CMYK 0.34 0.01 0 0.49
HSL 181.36º 0.21% 0.42% -
HSV(B) 181.36º 0.34% 0.51% -
XYZ 15.43 18.95 23.61 -
YUV 115.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 85 128 129 0.34 0.01 0 0.49 181.36 0.21 0.42
Hex 55 80 81 22 1 0 31 B5 15 2A
Octal 125 200 201 42 1 0 61 265 25 52
Binary 1010101 10000000 10000001 100010 1 0 110001 10110101 10101 101010

Color Harmonies of #558081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558081

Black with #558081

Text Example


Text Example

White with #558081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558081; }

 p { color: rgb(85,128,129); }

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

background-color css

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

 a { background-color: rgb(85,128,129); }

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

border-color css

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

 span { border-color: rgb(85,128,129); }

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