#5C8C92

Color #5C8C92 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #5C8C92

Tints of Half Baked #5C8C92

Color information

#5C8C92 (or 0x5C8C92) is unknown color: approx Half Baked. HEX triplet: 5C, 8C and 92. RGB value is (92,140,146). Sum of RGB (Red+Green+Blue) = 92+140+146=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C8C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8C92 is #A3736D. Grayscale: #7E7E7E. Windows color (decimal): -10711918 or 9604188. OLE color: 9604188.

HSL color Cylindrical-coordinate representation of color #5C8C92: hue angle of 186.67º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C8C92 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB92140146-
CMYK0.370.0400.43
HSL186.67º22.69%46.67%-
HSV(B)186.67º36.99%57.25%-
XYZ18.9823.1130.65-
YUV126.33139.1103.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.34%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=24.34%
G=37.04%
B=38.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal921401460.370.0400.43186.6722.6946.67
Hex5C8C9225402Bbb172f
Octal1342142224540532732757
Binary1011100100011001001001010010110001010111011101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C8C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,140,146); }

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

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

 a { background-color: rgb(92,140,146); }

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

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

 span { border-color: rgb(92,140,146); }

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