#5C968E

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

Shades of Half Baked #5C968E

Tints of Half Baked #5C968E

Color information

#5C968E (or 0x5C968E) is unknown color: approx Half Baked. HEX triplet: 5C, 96 and 8E. RGB value is (92,150,142). Sum of RGB (Red+Green+Blue) = 92+150+142=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #5C968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C968E is #A36971. Grayscale: #838383. Windows color (decimal): -10709362 or 9344604. OLE color: 9344604.

HSL color Cylindrical-coordinate representation of color #5C968E: hue angle of 171.72º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C968E is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB92150142-
CMYK0.3900.050.41
HSL171.72º23.97%47.45%-
HSV(B)171.72º38.67%58.82%-
XYZ20.226.0429.55-
YUV131.75133.7899.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.96%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=23.96%
G=39.06%
B=36.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal921501420.3900.050.41171.7223.9747.45
Hex5C968E270529ac182f
Octal1342262164705512543057
Binary1011100100101101000111010011101011010011010110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,150,142); }

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

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

 a { background-color: rgb(92,150,142); }

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

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

 span { border-color: rgb(92,150,142); }

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