#558181

Color #558181 Breaker Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Breaker Bay #558181

Tints of Breaker Bay #558181

Color information

#558181 (or 0x558181) is unknown color: approx Breaker Bay. HEX triplet: 55, 81 and 81. RGB value is (85,129,129). Sum of RGB (Red+Green+Blue) = 85+129+129=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #558181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558181 is #AA7E7E. Grayscale: #737373. Windows color (decimal): -11173503 or 8487253. OLE color: 8487253.

HSL color Cylindrical-coordinate representation of color #558181: hue angle of 180º 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 #558181 is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB85129129-
CMYK0.34000.49
HSL180º20.56%41.96%-
HSV(B)180º34.11%50.59%-
XYZ15.5619.2223.66-
YUV115.84135.42106-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 129 (50.78% from 255) = 37.61%
R=24.78%
G=37.61%
B=37.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal851291290.34000.4918020.5641.96
Hex558181220031b4152a
Octal1252012014200612642552
Binary10101011000000110000001100010001100011011010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558181; }

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

 H1.HeaderClassName
 {
   color: #558181;
 }
 .AnyTagClassName
 {
   color: #558181;
 }
</style>
background-color css

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

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

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

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

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

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