Html Css Color HEX #5E828D Hoki

📋 copy color: '#5E828D'

red 94 ◦ green 130 ◦ blue 141

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

Shades of Hoki #5E828D

Tints of Hoki #5E828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

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

R = 25.75%
G = 35.62%
B = 38.63%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E828D (or 0x5E828D) is known color: Hoki. HEX triplet: 5E, 82 and 8D. RGB value is (94,130,141). Sum of RGB (Red+Green+Blue) = 94+130+141=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E828D is #A17D72. Grayscale: #787878. Windows color (decimal): -10583411 or 9273950. OLE color: 9273950.

HSL color Cylindrical-coordinate representation of color #5E828D: hue angle of 194.04º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E828D is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 94 130 141 -
CMYK 0.33 0.08 0 0.45
HSL 194.04º 0.2% 0.46% -
HSV(B) 194.04º 0.33% 0.55% -
XYZ 17.41 20.27 28.19 -
YUV 120.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 94 130 141 0.33 0.08 0 0.45 194.04 0.2 0.46
Hex 5E 82 8D 21 8 0 2D C2 14 2E
Octal 136 202 215 41 10 0 55 302 24 56
Binary 1011110 10000010 10001101 100001 1000 0 101101 11000010 10100 101110

Color Harmonies of #5E828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E828D

Black with #5E828D

Text Example


Text Example

White with #5E828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,130,141); }

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

background-color css

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

 a { background-color: rgb(94,130,141); }

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

border-color css

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

 span { border-color: rgb(94,130,141); }

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