Html Css Color HEX #5A6A93 Waikawa Grey

📋 copy color: '#5A6A93'

red 90 ◦ green 106 ◦ blue 147

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

Shades of Waikawa Grey #5A6A93

Tints of Waikawa Grey #5A6A93

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.9%

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 26.24%
G = 30.9%
B = 42.86%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A6A93 (or 0x5A6A93) is known color: Waikawa Grey. HEX triplet: 5A, 6A and 93. RGB value is (90,106,147). Sum of RGB (Red+Green+Blue) = 90+106+147=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A6A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6A93 is #A5956C. Grayscale: #696969. Windows color (decimal): -10851693 or 9661018. OLE color: 9661018.

HSL color Cylindrical-coordinate representation of color #5A6A93: hue angle of 223.16º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A6A93 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 106 147 -
CMYK 0.39 0.28 0 0.42
HSL 223.16º 0.24% 0.46% -
HSV(B) 223.16º 0.39% 0.58% -
XYZ 14.64 14.59 29.65 -
YUV 105.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 90 106 147 0.39 0.28 0 0.42 223.16 0.24 0.46
Hex 5A 6A 93 27 1C 0 2A DF 18 2E
Octal 132 152 223 47 34 0 52 337 30 56
Binary 1011010 1101010 10010011 100111 11100 0 101010 11011111 11000 101110

Color Harmonies of #5A6A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6A93

Black with #5A6A93

Text Example


Text Example

White with #5A6A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,106,147); }

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

background-color css

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

 a { background-color: rgb(90,106,147); }

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

border-color css

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

 span { border-color: rgb(90,106,147); }

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