Html Css Color HEX #5E7988 Hoki

📋 copy color: '#5E7988'

red 94 ◦ green 121 ◦ blue 136

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

Shades of Hoki #5E7988

Tints of Hoki #5E7988

RGB

 RED value IS 94 (37.11% from 255) = 26.78%

 GREEN value IS 121 (47.66% from 255) = 34.47%

 BLUE value IS 136 (53.52% from 255) = 38.75%

R = 26.78%
G = 34.47%
B = 38.75%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E7988 (or 0x5E7988) is known color: Hoki. HEX triplet: 5E, 79 and 88. RGB value is (94,121,136). Sum of RGB (Red+Green+Blue) = 94+121+136=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E7988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7988 is #A18677. Grayscale: #727272. Windows color (decimal): -10585720 or 8943966. OLE color: 8943966.

HSL color Cylindrical-coordinate representation of color #5E7988: hue angle of 201.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E7988 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 121 136 -
CMYK 0.31 0.11 0 0.47
HSL 201.43º 0.18% 0.45% -
HSV(B) 201.43º 0.31% 0.53% -
XYZ 15.9 17.83 25.9 -
YUV 114.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 94 121 136 0.31 0.11 0 0.47 201.43 0.18 0.45
Hex 5E 79 88 1F B 0 2F C9 12 2D
Octal 136 171 210 37 13 0 57 311 22 55
Binary 1011110 1111001 10001000 11111 1011 0 101111 11001001 10010 101101

Color Harmonies of #5E7988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7988

Black with #5E7988

Text Example


Text Example

White with #5E7988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E7988; }

 p { color: rgb(94,121,136); }

 H1.HeaderClassName
 {
   color: #5E7988;
 }
 .AnyTagClassName
 {
   color: #5E7988;
 }
</style>

background-color css

<style>
 a { background-color: #5E7988; }

 a { background-color: rgb(94,121,136); }

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

border-color css

<style>
 span { border-color: #5E7988; }

 span { border-color: rgb(94,121,136); }

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