Html Css Color HEX #5A6995 Waikawa Grey

📋 copy color: '#5A6995'

red 90 ◦ green 105 ◦ blue 149

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

Shades of Waikawa Grey #5A6995

Tints of Waikawa Grey #5A6995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.31%

R = 26.16%
G = 30.52%
B = 43.31%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A6995 (or 0x5A6995) is known color: Waikawa Grey. HEX triplet: 5A, 69 and 95. RGB value is (90,105,149). Sum of RGB (Red+Green+Blue) = 90+105+149=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A6995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6995 is #A5966A. Grayscale: #696969. Windows color (decimal): -10851947 or 9791834. OLE color: 9791834.

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

Color convert

RGB 90 105 149 -
CMYK 0.40 0.30 0 0.42
HSL 224.75º 0.25% 0.47% -
HSV(B) 224.75º 0.4% 0.58% -
XYZ 14.69 14.45 30.45 -
YUV 105.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 90 105 149 0.40 0.30 0 0.42 224.75 0.25 0.47
Hex 5A 69 95 28 1E 0 2A E1 19 2F
Octal 132 151 225 50 36 0 52 341 31 57
Binary 1011010 1101001 10010101 101000 11110 0 101010 11100001 11001 101111

Color Harmonies of #5A6995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6995

Black with #5A6995

Text Example


Text Example

White with #5A6995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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