Html Css Color HEX #56959E Half Baked

📋 copy color: '#56959E'

red 86 ◦ green 149 ◦ blue 158

#56959E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #56959E

Tints of Half Baked #56959E

RGB

 RED value IS 86 (33.98% from 255) = 21.88%

 GREEN value IS 149 (58.59% from 255) = 37.91%

 BLUE value IS 158 (62.11% from 255) = 40.2%

R = 21.88%
G = 37.91%
B = 40.2%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56959E (or 0x56959E) is known color: Half Baked. HEX triplet: 56, 95 and 9E. RGB value is (86,149,158). Sum of RGB (Red+Green+Blue) = 86+149+158=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 158 - color contains mainly: blue. Hex color #56959E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56959E is #A96A61. Grayscale: #838383. Windows color (decimal): -11102818 or 10392918. OLE color: 10392918.

HSL color Cylindrical-coordinate representation of color #56959E: hue angle of 187.5º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56959E is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 149 158 -
CMYK 0.46 0.06 0 0.38
HSL 187.5º 0.3% 0.48% -
HSV(B) 187.5º 0.46% 0.62% -
XYZ 20.76 25.94 36.26 -
YUV 131.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 86 149 158 0.46 0.06 0 0.38 187.5 0.3 0.48
Hex 56 95 9E 2E 6 0 26 BC 1E 30
Octal 126 225 236 56 6 0 46 274 36 60
Binary 1010110 10010101 10011110 101110 110 0 100110 10111100 11110 110000

Color Harmonies of #56959E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56959E

Black with #56959E

Text Example


Text Example

White with #56959E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56959E; }

 p { color: rgb(86,149,158); }

 H1.HeaderClassName
 {
   color: #56959E;
 }
 .AnyTagClassName
 {
   color: #56959E;
 }
</style>

background-color css

<style>
 a { background-color: #56959E; }

 a { background-color: rgb(86,149,158); }

 div.DivClassName
 {
   background-color: #56959E;
 }
 .BgClassName
 {
   background-color: #56959E;
 }
</style>

border-color css

<style>
 span { border-color: #56959E; }

 span { border-color: rgb(86,149,158); }

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