Html Css Color HEX #5A7192 Waikawa Grey

📋 copy color: '#5A7192'

red 90 ◦ green 113 ◦ blue 146

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

Shades of Waikawa Grey #5A7192

Tints of Waikawa Grey #5A7192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

 BLUE value IS 146 (57.42% from 255) = 41.83%

R = 25.79%
G = 32.38%
B = 41.83%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5A7192 (or 0x5A7192) is known color: Waikawa Grey. HEX triplet: 5A, 71 and 92. RGB value is (90,113,146). Sum of RGB (Red+Green+Blue) = 90+113+146=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A7192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7192 is #A58E6D. Grayscale: #6D6D6D. Windows color (decimal): -10849902 or 9597274. OLE color: 9597274.

HSL color Cylindrical-coordinate representation of color #5A7192: hue angle of 215.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A7192 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 113 146 -
CMYK 0.38 0.23 0 0.43
HSL 215.36º 0.24% 0.46% -
HSV(B) 215.36º 0.38% 0.57% -
XYZ 15.31 16.06 29.49 -
YUV 109.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 90 113 146 0.38 0.23 0 0.43 215.36 0.24 0.46
Hex 5A 71 92 26 17 0 2B D7 18 2E
Octal 132 161 222 46 27 0 53 327 30 56
Binary 1011010 1110001 10010010 100110 10111 0 101011 11010111 11000 101110

Color Harmonies of #5A7192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7192

Black with #5A7192

Text Example


Text Example

White with #5A7192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,113,146); }

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

background-color css

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

 a { background-color: rgb(90,113,146); }

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

border-color css

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

 span { border-color: rgb(90,113,146); }

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