Html Css Color HEX #5A818E Hoki

📋 copy color: '#5A818E'

red 90 ◦ green 129 ◦ blue 142

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

Shades of Hoki #5A818E

Tints of Hoki #5A818E

RGB

 RED value IS 90 (35.55% from 255) = 24.93%

 GREEN value IS 129 (50.78% from 255) = 35.73%

 BLUE value IS 142 (55.86% from 255) = 39.34%

R = 24.93%
G = 35.73%
B = 39.34%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A818E (or 0x5A818E) is known color: Hoki. HEX triplet: 5A, 81 and 8E. RGB value is (90,129,142). Sum of RGB (Red+Green+Blue) = 90+129+142=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A818E is #A57E71. Grayscale: #767676. Windows color (decimal): -10845810 or 9339226. OLE color: 9339226.

HSL color Cylindrical-coordinate representation of color #5A818E: hue angle of 195º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A818E is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 129 142 -
CMYK 0.37 0.09 0 0.44
HSL 195º 0.22% 0.45% -
HSV(B) 195º 0.37% 0.56% -
XYZ 16.95 19.83 28.52 -
YUV 118.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 90 129 142 0.37 0.09 0 0.44 195 0.22 0.45
Hex 5A 81 8E 25 9 0 2C C3 16 2D
Octal 132 201 216 45 11 0 54 303 26 55
Binary 1011010 10000001 10001110 100101 1001 0 101100 11000011 10110 101101

Color Harmonies of #5A818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A818E

Black with #5A818E

Text Example


Text Example

White with #5A818E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,129,142); }

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

background-color css

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

 a { background-color: rgb(90,129,142); }

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

border-color css

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

 span { border-color: rgb(90,129,142); }

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