Html Css Color HEX #5A6993 Waikawa Grey

📋 copy color: '#5A6993'

red 90 ◦ green 105 ◦ blue 147

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

Shades of Waikawa Grey #5A6993

Tints of Waikawa Grey #5A6993

RGB

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

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

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

R = 26.32%
G = 30.7%
B = 42.98%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A6993 (or 0x5A6993) is known color: Waikawa Grey. HEX triplet: 5A, 69 and 93. RGB value is (90,105,147). Sum of RGB (Red+Green+Blue) = 90+105+147=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A6993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6993 is #A5966C. Grayscale: #696969. Windows color (decimal): -10851949 or 9660762. OLE color: 9660762.

HSL color Cylindrical-coordinate representation of color #5A6993: hue angle of 224.21º 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 #5A6993 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 105 147 -
CMYK 0.39 0.29 0 0.42
HSL 224.21º 0.24% 0.46% -
HSV(B) 224.21º 0.39% 0.58% -
XYZ 14.53 14.38 29.61 -
YUV 105.3 151.53 117.08 -
System Red Green Blue C M Y K H S L
Decimal 90 105 147 0.39 0.29 0 0.42 224.21 0.24 0.46
Hex 5A 69 93 27 1D 0 2A E0 18 2E
Octal 132 151 223 47 35 0 52 340 30 56
Binary 1011010 1101001 10010011 100111 11101 0 101010 11100000 11000 101110

Color Harmonies of #5A6993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6993

Black with #5A6993

Text Example


Text Example

White with #5A6993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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