Html Css Color HEX #5A6B91 Waikawa Grey

📋 copy color: '#5A6B91'

red 90 ◦ green 107 ◦ blue 145

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

Shades of Waikawa Grey #5A6B91

Tints of Waikawa Grey #5A6B91

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.29%

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 26.32%
G = 31.29%
B = 42.4%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5A6B91 (or 0x5A6B91) is known color: Waikawa Grey. HEX triplet: 5A, 6B and 91. RGB value is (90,107,145). Sum of RGB (Red+Green+Blue) = 90+107+145=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #5A6B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6B91 is #A5946E. Grayscale: #6A6A6A. Windows color (decimal): -10851439 or 9530202. OLE color: 9530202.

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

Color convert

RGB 90 107 145 -
CMYK 0.38 0.26 0 0.43
HSL 221.45º 0.23% 0.46% -
HSV(B) 221.45º 0.38% 0.57% -
XYZ 14.58 14.73 28.86 -
YUV 106.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 90 107 145 0.38 0.26 0 0.43 221.45 0.23 0.46
Hex 5A 6B 91 26 1A 0 2B DD 17 2E
Octal 132 153 221 46 32 0 53 335 27 56
Binary 1011010 1101011 10010001 100110 11010 0 101011 11011101 10111 101110

Color Harmonies of #5A6B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6B91

Black with #5A6B91

Text Example


Text Example

White with #5A6B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,107,145); }

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

background-color css

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

 a { background-color: rgb(90,107,145); }

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

border-color css

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

 span { border-color: rgb(90,107,145); }

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