Html Css Color HEX #55788B Hoki

📋 copy color: '#55788B'

red 85 ◦ green 120 ◦ blue 139

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

Shades of Hoki #55788B

Tints of Hoki #55788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.88%

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 24.71%
G = 34.88%
B = 40.41%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55788B (or 0x55788B) is known color: Hoki. HEX triplet: 55, 78 and 8B. RGB value is (85,120,139). Sum of RGB (Red+Green+Blue) = 85+120+139=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #55788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55788B is #AA8774. Grayscale: #6F6F6F. Windows color (decimal): -11175797 or 9140309. OLE color: 9140309.

HSL color Cylindrical-coordinate representation of color #55788B: hue angle of 201.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55788B is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 120 139 -
CMYK 0.39 0.14 0 0.45
HSL 201.11º 0.24% 0.44% -
HSV(B) 201.11º 0.39% 0.55% -
XYZ 15.12 17.23 26.95 -
YUV 111.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 85 120 139 0.39 0.14 0 0.45 201.11 0.24 0.44
Hex 55 78 8B 27 E 0 2D C9 18 2C
Octal 125 170 213 47 16 0 55 311 30 54
Binary 1010101 1111000 10001011 100111 1110 0 101101 11001001 11000 101100

Color Harmonies of #55788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55788B

Black with #55788B

Text Example


Text Example

White with #55788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,120,139); }

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

background-color css

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

 a { background-color: rgb(85,120,139); }

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

border-color css

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

 span { border-color: rgb(85,120,139); }

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