Html Css Color HEX #5A6596 Waikawa Grey

📋 copy color: '#5A6596'

red 90 ◦ green 101 ◦ blue 150

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

Shades of Waikawa Grey #5A6596

Tints of Waikawa Grey #5A6596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.62%

 BLUE value IS 150 (58.98% from 255) = 43.99%

R = 26.39%
G = 29.62%
B = 43.99%

CMYK

 C value IS 0.4

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5A6596 (or 0x5A6596) is known color: Waikawa Grey. HEX triplet: 5A, 65 and 96. RGB value is (90,101,150). Sum of RGB (Red+Green+Blue) = 90+101+150=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A6596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6596 is #A59A69. Grayscale: #676767. Windows color (decimal): -10852970 or 9856346. OLE color: 9856346.

HSL color Cylindrical-coordinate representation of color #5A6596: hue angle of 229º 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 #5A6596 is Cyan = 0.4, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 101 150 -
CMYK 0.4 0.33 0 0.41
HSL 229º 0.25% 0.47% -
HSV(B) 229º 0.4% 0.59% -
XYZ 14.38 13.68 30.74 -
YUV 103.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 90 101 150 0.4 0.33 0 0.41 229 0.25 0.47
Hex 5A 65 96 28 21 0 29 E5 19 2F
Octal 132 145 226 50 41 0 51 345 31 57
Binary 1011010 1100101 10010110 101000 100001 0 101001 11100101 11001 101111

Color Harmonies of #5A6596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6596

Black with #5A6596

Text Example


Text Example

White with #5A6596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,101,150); }

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

background-color css

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

 a { background-color: rgb(90,101,150); }

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

border-color css

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

 span { border-color: rgb(90,101,150); }

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