Html Css Color HEX #5A6484 Waikawa Grey

📋 copy color: '#5A6484'

red 90 ◦ green 100 ◦ blue 132

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

Shades of Waikawa Grey #5A6484

Tints of Waikawa Grey #5A6484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.06%

 BLUE value IS 132 (51.95% from 255) = 40.99%

R = 27.95%
G = 31.06%
B = 40.99%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A6484 (or 0x5A6484) is known color: Waikawa Grey. HEX triplet: 5A, 64 and 84. RGB value is (90,100,132). Sum of RGB (Red+Green+Blue) = 90+100+132=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6484 is #A59B7B. Grayscale: #646464. Windows color (decimal): -10853244 or 8676442. OLE color: 8676442.

HSL color Cylindrical-coordinate representation of color #5A6484: hue angle of 225.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A6484 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 100 132 -
CMYK 0.32 0.24 0 0.48
HSL 225.71º 0.19% 0.44% -
HSV(B) 225.71º 0.32% 0.52% -
XYZ 12.94 12.95 23.65 -
YUV 100.66 145.69 120.4 -
System Red Green Blue C M Y K H S L
Decimal 90 100 132 0.32 0.24 0 0.48 225.71 0.19 0.44
Hex 5A 64 84 20 18 0 30 E2 13 2C
Octal 132 144 204 40 30 0 60 342 23 54
Binary 1011010 1100100 10000100 100000 11000 0 110000 11100010 10011 101100

Color Harmonies of #5A6484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6484

Black with #5A6484

Text Example


Text Example

White with #5A6484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,100,132); }

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

background-color css

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

 a { background-color: rgb(90,100,132); }

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

border-color css

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

 span { border-color: rgb(90,100,132); }

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