Html Css Color HEX #5A818A Hoki

📋 copy color: '#5A818A'

red 90 ◦ green 129 ◦ blue 138

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

Shades of Hoki #5A818A

Tints of Hoki #5A818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.66%

R = 25.21%
G = 36.13%
B = 38.66%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A818A (or 0x5A818A) is known color: Hoki. HEX triplet: 5A, 81 and 8A. RGB value is (90,129,138). Sum of RGB (Red+Green+Blue) = 90+129+138=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A818A is #A57E75. Grayscale: #767676. Windows color (decimal): -10845814 or 9077082. OLE color: 9077082.

HSL color Cylindrical-coordinate representation of color #5A818A: hue angle of 191.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A818A is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 129 138 -
CMYK 0.35 0.07 0 0.46
HSL 191.25º 0.21% 0.45% -
HSV(B) 191.25º 0.35% 0.54% -
XYZ 16.65 19.71 26.97 -
YUV 118.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 90 129 138 0.35 0.07 0 0.46 191.25 0.21 0.45
Hex 5A 81 8A 23 7 0 2E BF 15 2D
Octal 132 201 212 43 7 0 56 277 25 55
Binary 1011010 10000001 10001010 100011 111 0 101110 10111111 10101 101101

Color Harmonies of #5A818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A818A

Black with #5A818A

Text Example


Text Example

White with #5A818A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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