Html Css Color HEX #55808D Hoki

📋 copy color: '#55808D'

red 85 ◦ green 128 ◦ blue 141

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

Shades of Hoki #55808D

Tints of Hoki #55808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

 BLUE value IS 141 (55.47% from 255) = 39.83%

R = 24.01%
G = 36.16%
B = 39.83%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55808D (or 0x55808D) is known color: Hoki. HEX triplet: 55, 80 and 8D. RGB value is (85,128,141). Sum of RGB (Red+Green+Blue) = 85+128+141=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #55808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55808D is #AA7F72. Grayscale: #747474. Windows color (decimal): -11173747 or 9273429. OLE color: 9273429.

HSL color Cylindrical-coordinate representation of color #55808D: hue angle of 193.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55808D is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 128 141 -
CMYK 0.40 0.09 0 0.45
HSL 193.93º 0.25% 0.44% -
HSV(B) 193.93º 0.4% 0.55% -
XYZ 16.27 19.29 28.07 -
YUV 116.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 85 128 141 0.40 0.09 0 0.45 193.93 0.25 0.44
Hex 55 80 8D 28 9 0 2D C2 19 2C
Octal 125 200 215 50 11 0 55 302 31 54
Binary 1010101 10000000 10001101 101000 1001 0 101101 11000010 11001 101100

Color Harmonies of #55808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55808D

Black with #55808D

Text Example


Text Example

White with #55808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55808D; }

 p { color: rgb(85,128,141); }

 H1.HeaderClassName
 {
   color: #55808D;
 }
 .AnyTagClassName
 {
   color: #55808D;
 }
</style>

background-color css

<style>
 a { background-color: #55808D; }

 a { background-color: rgb(85,128,141); }

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

border-color css

<style>
 span { border-color: #55808D; }

 span { border-color: rgb(85,128,141); }

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