#5C959A

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

Shades of Half Baked #5C959A

Tints of Half Baked #5C959A

Color information

#5C959A (or 0x5C959A) is unknown color: approx Half Baked. HEX triplet: 5C, 95 and 9A. RGB value is (92,149,154). Sum of RGB (Red+Green+Blue) = 92+149+154=395 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.29% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C959A is #A36A65. Grayscale: #848484. Windows color (decimal): -10709606 or 10130780. OLE color: 10130780.

HSL color Cylindrical-coordinate representation of color #5C959A: hue angle of 184.84º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C959A is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB92149154-
CMYK0.400.0300.40
HSL184.84º25.2%48.24%-
HSV(B)184.84º40.26%60.39%-
XYZ20.9926.134.5-
YUV132.53140.1299.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.29%
GREEN value IS 149 (58.59% from 255) = 37.72%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=23.29%
G=37.72%
B=38.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal921491540.400.0300.40184.8425.248.24
Hex5C959A283028b91930
Octal1342252325030502713160
Binary101110010010101100110101010001101010001011100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,149,154); }

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

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

 a { background-color: rgb(92,149,154); }

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

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

 span { border-color: rgb(92,149,154); }

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