Html Css Color HEX #5A6E97 Waikawa Grey

📋 copy color: '#5A6E97'

red 90 ◦ green 110 ◦ blue 151

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

Shades of Waikawa Grey #5A6E97

Tints of Waikawa Grey #5A6E97

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.34%

 BLUE value IS 151 (59.38% from 255) = 43.02%

R = 25.64%
G = 31.34%
B = 43.02%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5A6E97 (or 0x5A6E97) is known color: Waikawa Grey. HEX triplet: 5A, 6E and 97. RGB value is (90,110,151). Sum of RGB (Red+Green+Blue) = 90+110+151=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #5A6E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6E97 is #A59168. Grayscale: #6C6C6C. Windows color (decimal): -10850665 or 9924186. OLE color: 9924186.

HSL color Cylindrical-coordinate representation of color #5A6E97: hue angle of 220.33º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A6E97 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 110 151 -
CMYK 0.40 0.27 0 0.41
HSL 220.33º 0.25% 0.47% -
HSV(B) 220.33º 0.4% 0.59% -
XYZ 15.38 15.56 31.47 -
YUV 108.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 90 110 151 0.40 0.27 0 0.41 220.33 0.25 0.47
Hex 5A 6E 97 28 1B 0 29 DC 19 2F
Octal 132 156 227 50 33 0 51 334 31 57
Binary 1011010 1101110 10010111 101000 11011 0 101001 11011100 11001 101111

Color Harmonies of #5A6E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6E97

Black with #5A6E97

Text Example


Text Example

White with #5A6E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,110,151); }

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

background-color css

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

 a { background-color: rgb(90,110,151); }

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

border-color css

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

 span { border-color: rgb(90,110,151); }

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