Html Css Color HEX #5A6893 Waikawa Grey

📋 copy color: '#5A6893'

red 90 ◦ green 104 ◦ blue 147

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

Shades of Waikawa Grey #5A6893

Tints of Waikawa Grey #5A6893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

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

R = 26.39%
G = 30.5%
B = 43.11%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A6893 (or 0x5A6893) is known color: Waikawa Grey. HEX triplet: 5A, 68 and 93. RGB value is (90,104,147). Sum of RGB (Red+Green+Blue) = 90+104+147=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A6893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6893 is #A5976C. Grayscale: #686868. Windows color (decimal): -10852205 or 9660506. OLE color: 9660506.

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

Color convert

RGB 90 104 147 -
CMYK 0.39 0.29 0 0.42
HSL 225.26º 0.24% 0.46% -
HSV(B) 225.26º 0.39% 0.58% -
XYZ 14.43 14.18 29.58 -
YUV 104.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 90 104 147 0.39 0.29 0 0.42 225.26 0.24 0.46
Hex 5A 68 93 27 1D 0 2A E1 18 2E
Octal 132 150 223 47 35 0 52 341 30 56
Binary 1011010 1101000 10010011 100111 11101 0 101010 11100001 11000 101110

Color Harmonies of #5A6893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6893

Black with #5A6893

Text Example


Text Example

White with #5A6893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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