Html Css Color HEX #5A7A87 Hoki

📋 copy color: '#5A7A87'

red 90 ◦ green 122 ◦ blue 135

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

Shades of Hoki #5A7A87

Tints of Hoki #5A7A87

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

 BLUE value IS 135 (53.13% from 255) = 38.9%

R = 25.94%
G = 35.16%
B = 38.9%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A7A87 (or 0x5A7A87) is known color: Hoki. HEX triplet: 5A, 7A and 87. RGB value is (90,122,135). Sum of RGB (Red+Green+Blue) = 90+122+135=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A7A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7A87 is #A58578. Grayscale: #717171. Windows color (decimal): -10847609 or 8878682. OLE color: 8878682.

HSL color Cylindrical-coordinate representation of color #5A7A87: hue angle of 197.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A7A87 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 122 135 -
CMYK 0.33 0.10 0 0.47
HSL 197.33º 0.2% 0.44% -
HSV(B) 197.33º 0.33% 0.53% -
XYZ 15.55 17.84 25.55 -
YUV 113.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 90 122 135 0.33 0.10 0 0.47 197.33 0.2 0.44
Hex 5A 7A 87 21 A 0 2F C5 14 2C
Octal 132 172 207 41 12 0 57 305 24 54
Binary 1011010 1111010 10000111 100001 1010 0 101111 11000101 10100 101100

Color Harmonies of #5A7A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7A87

Black with #5A7A87

Text Example


Text Example

White with #5A7A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,122,135); }

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

background-color css

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

 a { background-color: rgb(90,122,135); }

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

border-color css

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

 span { border-color: rgb(90,122,135); }

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