#5F9198

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

Shades of Half Baked #5F9198

Tints of Half Baked #5F9198

Color information

#5F9198 (or 0x5F9198) is unknown color: approx Half Baked. HEX triplet: 5F, 91 and 98. RGB value is (95,145,152). Sum of RGB (Red+Green+Blue) = 95+145+152=392 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.23% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 152 - color contains mainly: blue. Hex color #5F9198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9198 is #A06E67. Grayscale: #828282. Windows color (decimal): -10514024 or 9998687. OLE color: 9998687.

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

Color convert

RGB95145152-
CMYK0.380.0500.40
HSL187.37º23.08%48.43%-
HSV(B)187.37º37.5%59.61%-
XYZ20.5124.9533.44-
YUV130.85139.94102.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.23%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 152 (59.77% from 255) = 38.78%
R=24.23%
G=36.99%
B=38.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal951451520.380.0500.40187.3723.0848.43
Hex5F9198265028bb1730
Octal1372212304650502732760
Binary1011111100100011001100010011010101010001011101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,145,152); }

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

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

 a { background-color: rgb(95,145,152); }

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

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

 span { border-color: rgb(95,145,152); }

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