Html Css Color HEX #5A6D93 Waikawa Grey

📋 copy color: '#5A6D93'

red 90 ◦ green 109 ◦ blue 147

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

Shades of Waikawa Grey #5A6D93

Tints of Waikawa Grey #5A6D93

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.5%

 BLUE value IS 147 (57.81% from 255) = 42.49%

R = 26.01%
G = 31.5%
B = 42.49%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A6D93 (or 0x5A6D93) is known color: Waikawa Grey. HEX triplet: 5A, 6D and 93. RGB value is (90,109,147). Sum of RGB (Red+Green+Blue) = 90+109+147=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A6D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6D93 is #A5926C. Grayscale: #6B6B6B. Windows color (decimal): -10850925 or 9661786. OLE color: 9661786.

HSL color Cylindrical-coordinate representation of color #5A6D93: hue angle of 220º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A6D93 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 109 147 -
CMYK 0.39 0.26 0 0.42
HSL 220º 0.24% 0.46% -
HSV(B) 220º 0.39% 0.58% -
XYZ 14.95 15.22 29.75 -
YUV 107.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 90 109 147 0.39 0.26 0 0.42 220 0.24 0.46
Hex 5A 6D 93 27 1A 0 2A DC 18 2E
Octal 132 155 223 47 32 0 52 334 30 56
Binary 1011010 1101101 10010011 100111 11010 0 101010 11011100 11000 101110

Color Harmonies of #5A6D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6D93

Black with #5A6D93

Text Example


Text Example

White with #5A6D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,109,147); }

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

background-color css

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

 a { background-color: rgb(90,109,147); }

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

border-color css

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

 span { border-color: rgb(90,109,147); }

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