#5D857E

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

Shades of Breaker Bay #5D857E

Tints of Breaker Bay #5D857E

Color information

#5D857E (or 0x5D857E) is unknown color: approx Breaker Bay. HEX triplet: 5D, 85 and 7E. RGB value is (93,133,126). Sum of RGB (Red+Green+Blue) = 93+133+126=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #5D857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D857E is #A27A81. Grayscale: #787878. Windows color (decimal): -10648194 or 8291677. OLE color: 8291677.

HSL color Cylindrical-coordinate representation of color #5D857E: hue angle of 169.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D857E is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB93133126-
CMYK0.3000.050.48
HSL169.5º17.7%44.31%-
HSV(B)169.5º30.08%52.16%-
XYZ16.6720.6122.84-
YUV120.24131.25108.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.42%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=26.42%
G=37.78%
B=35.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal931331260.3000.050.48169.517.744.31
Hex5D857E1E0530a9122c
Octal1352051763605602512254
Binary10111011000010111111101111001011100001010100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D857E; }

 p { color: rgb(93,133,126); }

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

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

 a { background-color: rgb(93,133,126); }

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

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

 span { border-color: rgb(93,133,126); }

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