Html Css Color HEX #5A6B93 Waikawa Grey

📋 copy color: '#5A6B93'

red 90 ◦ green 107 ◦ blue 147

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

Shades of Waikawa Grey #5A6B93

Tints of Waikawa Grey #5A6B93

RGB

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

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

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

R = 26.16%
G = 31.1%
B = 42.73%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A6B93 (or 0x5A6B93) is known color: Waikawa Grey. HEX triplet: 5A, 6B and 93. RGB value is (90,107,147). Sum of RGB (Red+Green+Blue) = 90+107+147=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A6B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6B93 is #A5946C. Grayscale: #6A6A6A. Windows color (decimal): -10851437 or 9661274. OLE color: 9661274.

HSL color Cylindrical-coordinate representation of color #5A6B93: hue angle of 222.11º 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 #5A6B93 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 107 147 -
CMYK 0.39 0.27 0 0.42
HSL 222.11º 0.24% 0.46% -
HSV(B) 222.11º 0.39% 0.58% -
XYZ 14.74 14.8 29.68 -
YUV 106.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 90 107 147 0.39 0.27 0 0.42 222.11 0.24 0.46
Hex 5A 6B 93 27 1B 0 2A DE 18 2E
Octal 132 153 223 47 33 0 52 336 30 56
Binary 1011010 1101011 10010011 100111 11011 0 101010 11011110 11000 101110

Color Harmonies of #5A6B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6B93

Black with #5A6B93

Text Example


Text Example

White with #5A6B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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