Html Css Color HEX #55969B Half Baked

📋 copy color: '#55969B'

red 85 ◦ green 150 ◦ blue 155

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

Shades of Half Baked #55969B

Tints of Half Baked #55969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.46%

 BLUE value IS 155 (60.94% from 255) = 39.74%

R = 21.79%
G = 38.46%
B = 39.74%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55969B (or 0x55969B) is known color: Half Baked. HEX triplet: 55, 96 and 9B. RGB value is (85,150,155). Sum of RGB (Red+Green+Blue) = 85+150+155=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #55969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55969B is #AA6964. Grayscale: #838383. Windows color (decimal): -11168101 or 10196565. OLE color: 10196565.

HSL color Cylindrical-coordinate representation of color #55969B: hue angle of 184.29º 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 #55969B is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 150 155 -
CMYK 0.45 0.03 0 0.39
HSL 184.29º 0.29% 0.47% -
HSV(B) 184.29º 0.45% 0.61% -
XYZ 20.57 26.11 34.97 -
YUV 131.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 85 150 155 0.45 0.03 0 0.39 184.29 0.29 0.47
Hex 55 96 9B 2D 3 0 27 B8 1D 2F
Octal 125 226 233 55 3 0 47 270 35 57
Binary 1010101 10010110 10011011 101101 11 0 100111 10111000 11101 101111

Color Harmonies of #55969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55969B

Black with #55969B

Text Example


Text Example

White with #55969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55969B; }

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

 H1.HeaderClassName
 {
   color: #55969B;
 }
 .AnyTagClassName
 {
   color: #55969B;
 }
</style>

background-color css

<style>
 a { background-color: #55969B; }

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

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

border-color css

<style>
 span { border-color: #55969B; }

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

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