Html Css Color HEX #5A6992 Waikawa Grey

📋 copy color: '#5A6992'

red 90 ◦ green 105 ◦ blue 146

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

Shades of Waikawa Grey #5A6992

Tints of Waikawa Grey #5A6992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

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

R = 26.39%
G = 30.79%
B = 42.82%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5A6992 (or 0x5A6992) is known color: Waikawa Grey. HEX triplet: 5A, 69 and 92. RGB value is (90,105,146). Sum of RGB (Red+Green+Blue) = 90+105+146=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A6992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6992 is #A5966D. Grayscale: #696969. Windows color (decimal): -10851950 or 9595226. OLE color: 9595226.

HSL color Cylindrical-coordinate representation of color #5A6992: hue angle of 223.93º 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 #5A6992 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 105 146 -
CMYK 0.38 0.28 0 0.43
HSL 223.93º 0.24% 0.46% -
HSV(B) 223.93º 0.38% 0.57% -
XYZ 14.46 14.35 29.2 -
YUV 105.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 90 105 146 0.38 0.28 0 0.43 223.93 0.24 0.46
Hex 5A 69 92 26 1C 0 2B E0 18 2E
Octal 132 151 222 46 34 0 53 340 30 56
Binary 1011010 1101001 10010010 100110 11100 0 101011 11100000 11000 101110

Color Harmonies of #5A6992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6992

Black with #5A6992

Text Example


Text Example

White with #5A6992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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