Html Css Color HEX #5E73A1 Waikawa Grey

📋 copy color: '#5E73A1'

red 94 ◦ green 115 ◦ blue 161

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

Shades of Waikawa Grey #5E73A1

Tints of Waikawa Grey #5E73A1

RGB

 RED value IS 94 (37.11% from 255) = 25.41%

 GREEN value IS 115 (45.31% from 255) = 31.08%

 BLUE value IS 161 (63.28% from 255) = 43.51%

R = 25.41%
G = 31.08%
B = 43.51%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5E73A1 (or 0x5E73A1) is known color: Waikawa Grey. HEX triplet: 5E, 73 and A1. RGB value is (94,115,161). Sum of RGB (Red+Green+Blue) = 94+115+161=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 161 - color contains mainly: blue. Hex color #5E73A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E73A1 is #A18C5E. Grayscale: #717171. Windows color (decimal): -10587231 or 10580830. OLE color: 10580830.

HSL color Cylindrical-coordinate representation of color #5E73A1: hue angle of 221.19º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E73A1 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 94 115 161 -
CMYK 0.42 0.29 0 0.37
HSL 221.19º 0.26% 0.5% -
HSV(B) 221.19º 0.42% 0.63% -
XYZ 17.18 17.21 36.14 -
YUV 113.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 94 115 161 0.42 0.29 0 0.37 221.19 0.26 0.5
Hex 5E 73 A1 2A 1D 0 25 DD 1A 32
Octal 136 163 241 52 35 0 45 335 32 62
Binary 1011110 1110011 10100001 101010 11101 0 100101 11011101 11010 110010

Color Harmonies of #5E73A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E73A1

Black with #5E73A1

Text Example


Text Example

White with #5E73A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,115,161); }

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

background-color css

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

 a { background-color: rgb(94,115,161); }

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

border-color css

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

 span { border-color: rgb(94,115,161); }

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