Html Css Color HEX #5A798C Hoki

📋 copy color: '#5A798C'

red 90 ◦ green 121 ◦ blue 140

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

Shades of Hoki #5A798C

Tints of Hoki #5A798C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.47%

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

R = 25.64%
G = 34.47%
B = 39.89%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A798C (or 0x5A798C) is known color: Hoki. HEX triplet: 5A, 79 and 8C. RGB value is (90,121,140). Sum of RGB (Red+Green+Blue) = 90+121+140=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A798C is #A58673. Grayscale: #717171. Windows color (decimal): -10847860 or 9206106. OLE color: 9206106.

HSL color Cylindrical-coordinate representation of color #5A798C: hue angle of 202.8º 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 #5A798C is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 121 140 -
CMYK 0.36 0.14 0 0.45
HSL 202.8º 0.22% 0.45% -
HSV(B) 202.8º 0.36% 0.55% -
XYZ 15.79 17.74 27.4 -
YUV 113.9 142.73 110.96 -
System Red Green Blue C M Y K H S L
Decimal 90 121 140 0.36 0.14 0 0.45 202.8 0.22 0.45
Hex 5A 79 8C 24 E 0 2D CB 16 2D
Octal 132 171 214 44 16 0 55 313 26 55
Binary 1011010 1111001 10001100 100100 1110 0 101101 11001011 10110 101101

Color Harmonies of #5A798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A798C

Black with #5A798C

Text Example


Text Example

White with #5A798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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