Html Css Color HEX #559B93 Half Baked

📋 copy color: '#559B93'

red 85 ◦ green 155 ◦ blue 147

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

Shades of Half Baked #559B93

Tints of Half Baked #559B93

RGB

 RED value IS 85 (33.59% from 255) = 21.96%

 GREEN value IS 155 (60.94% from 255) = 40.05%

 BLUE value IS 147 (57.81% from 255) = 37.98%

R = 21.96%
G = 40.05%
B = 37.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#559B93 (or 0x559B93) is known color: Half Baked. HEX triplet: 55, 9B and 93. RGB value is (85,155,147). Sum of RGB (Red+Green+Blue) = 85+155+147=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 155 - color contains mainly: green. Hex color #559B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559B93 is #AA646C. Grayscale: #858585. Windows color (decimal): -11166829 or 9673557. OLE color: 9673557.

HSL color Cylindrical-coordinate representation of color #559B93: hue angle of 173.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559B93 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 155 147 -
CMYK 0.45 0 0.05 0.39
HSL 173.14º 0.29% 0.47% -
HSV(B) 173.14º 0.45% 0.61% -
XYZ 20.73 27.48 31.82 -
YUV 133.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 85 155 147 0.45 0 0.05 0.39 173.14 0.29 0.47
Hex 55 9B 93 2D 0 5 27 AD 1D 2F
Octal 125 233 223 55 0 5 47 255 35 57
Binary 1010101 10011011 10010011 101101 0 101 100111 10101101 11101 101111

Color Harmonies of #559B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B93

Black with #559B93

Text Example


Text Example

White with #559B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559B93; }

 p { color: rgb(85,155,147); }

 H1.HeaderClassName
 {
   color: #559B93;
 }
 .AnyTagClassName
 {
   color: #559B93;
 }
</style>

background-color css

<style>
 a { background-color: #559B93; }

 a { background-color: rgb(85,155,147); }

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

border-color css

<style>
 span { border-color: #559B93; }

 span { border-color: rgb(85,155,147); }

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