Html Css Color HEX #5E7A88 Hoki

📋 copy color: '#5E7A88'

red 94 ◦ green 122 ◦ blue 136

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

Shades of Hoki #5E7A88

Tints of Hoki #5E7A88

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.66%

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

R = 26.7%
G = 34.66%
B = 38.64%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E7A88 (or 0x5E7A88) is known color: Hoki. HEX triplet: 5E, 7A and 88. RGB value is (94,122,136). Sum of RGB (Red+Green+Blue) = 94+122+136=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E7A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7A88 is #A18577. Grayscale: #737373. Windows color (decimal): -10585464 or 8944222. OLE color: 8944222.

HSL color Cylindrical-coordinate representation of color #5E7A88: hue angle of 200º 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 #5E7A88 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 122 136 -
CMYK 0.31 0.10 0 0.47
HSL 200º 0.18% 0.45% -
HSV(B) 200º 0.31% 0.53% -
XYZ 16.02 18.08 25.94 -
YUV 115.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 94 122 136 0.31 0.10 0 0.47 200 0.18 0.45
Hex 5E 7A 88 1F A 0 2F C8 12 2D
Octal 136 172 210 37 12 0 57 310 22 55
Binary 1011110 1111010 10001000 11111 1010 0 101111 11001000 10010 101101

Color Harmonies of #5E7A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7A88

Black with #5E7A88

Text Example


Text Example

White with #5E7A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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