Html Css Color HEX #55908C Half Baked

📋 copy color: '#55908C'

red 85 ◦ green 144 ◦ blue 140

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

Shades of Half Baked #55908C

Tints of Half Baked #55908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.02%

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 23.04%
G = 39.02%
B = 37.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#55908C (or 0x55908C) is known color: Half Baked. HEX triplet: 55, 90 and 8C. RGB value is (85,144,140). Sum of RGB (Red+Green+Blue) = 85+144+140=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #55908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55908C is #AA6F73. Grayscale: #7D7D7D. Windows color (decimal): -11169652 or 9211989. OLE color: 9211989.

HSL color Cylindrical-coordinate representation of color #55908C: hue angle of 175.93º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55908C is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 144 140 -
CMYK 0.41 0 0.03 0.44
HSL 175.93º 0.26% 0.45% -
HSV(B) 175.93º 0.41% 0.56% -
XYZ 18.45 23.77 28.43 -
YUV 125.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 85 144 140 0.41 0 0.03 0.44 175.93 0.26 0.45
Hex 55 90 8C 29 0 3 2C B0 1A 2D
Octal 125 220 214 51 0 3 54 260 32 55
Binary 1010101 10010000 10001100 101001 0 11 101100 10110000 11010 101101

Color Harmonies of #55908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55908C

Black with #55908C

Text Example


Text Example

White with #55908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55908C; }

 p { color: rgb(85,144,140); }

 H1.HeaderClassName
 {
   color: #55908C;
 }
 .AnyTagClassName
 {
   color: #55908C;
 }
</style>

background-color css

<style>
 a { background-color: #55908C; }

 a { background-color: rgb(85,144,140); }

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

border-color css

<style>
 span { border-color: #55908C; }

 span { border-color: rgb(85,144,140); }

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