Html Css Color HEX #5A828C Hoki

📋 copy color: '#5A828C'

red 90 ◦ green 130 ◦ blue 140

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

Shades of Hoki #5A828C

Tints of Hoki #5A828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 25%
G = 36.11%
B = 38.89%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A828C (or 0x5A828C) is known color: Hoki. HEX triplet: 5A, 82 and 8C. RGB value is (90,130,140). Sum of RGB (Red+Green+Blue) = 90+130+140=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A828C is #A57D73. Grayscale: #777777. Windows color (decimal): -10845556 or 9208410. OLE color: 9208410.

HSL color Cylindrical-coordinate representation of color #5A828C: hue angle of 192º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A828C is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 130 140 -
CMYK 0.36 0.07 0 0.45
HSL 192º 0.22% 0.45% -
HSV(B) 192º 0.36% 0.55% -
XYZ 16.93 20.03 27.79 -
YUV 119.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 90 130 140 0.36 0.07 0 0.45 192 0.22 0.45
Hex 5A 82 8C 24 7 0 2D C0 16 2D
Octal 132 202 214 44 7 0 55 300 26 55
Binary 1011010 10000010 10001100 100100 111 0 101101 11000000 10110 101101

Color Harmonies of #5A828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A828C

Black with #5A828C

Text Example


Text Example

White with #5A828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,130,140); }

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

background-color css

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

 a { background-color: rgb(90,130,140); }

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

border-color css

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

 span { border-color: rgb(90,130,140); }

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