#5C817C

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

Shades of Breaker Bay #5C817C

Tints of Breaker Bay #5C817C

Color information

#5C817C (or 0x5C817C) is unknown color: approx Breaker Bay. HEX triplet: 5C, 81 and 7C. RGB value is (92,129,124). Sum of RGB (Red+Green+Blue) = 92+129+124=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #5C817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C817C is #A37E83. Grayscale: #757575. Windows color (decimal): -10714756 or 8159580. OLE color: 8159580.

HSL color Cylindrical-coordinate representation of color #5C817C: hue angle of 171.89º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C817C is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB92129124-
CMYK0.2900.040.49
HSL171.89º16.74%43.33%-
HSV(B)171.89º28.68%50.59%-
XYZ15.919.4321.98-
YUV117.37131.74109.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.67%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=26.67%
G=37.39%
B=35.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal921291240.2900.040.49171.8916.7443.33
Hex5C817C1D0431ac112b
Octal1342011743504612542153
Binary10111001000000111111001110101001100011010110010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,129,124); }

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

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

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

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

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

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

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