Html Css Color HEX #5A6385 Waikawa Grey

📋 copy color: '#5A6385'

red 90 ◦ green 99 ◦ blue 133

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

Shades of Waikawa Grey #5A6385

Tints of Waikawa Grey #5A6385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.75%

 BLUE value IS 133 (52.34% from 255) = 41.3%

R = 27.95%
G = 30.75%
B = 41.3%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A6385 (or 0x5A6385) is known color: Waikawa Grey. HEX triplet: 5A, 63 and 85. RGB value is (90,99,133). Sum of RGB (Red+Green+Blue) = 90+99+133=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A6385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6385 is #A59C7A. Grayscale: #646464. Windows color (decimal): -10853499 or 8741722. OLE color: 8741722.

HSL color Cylindrical-coordinate representation of color #5A6385: hue angle of 227.44º 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 #5A6385 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 99 133 -
CMYK 0.32 0.26 0 0.48
HSL 227.44º 0.19% 0.44% -
HSV(B) 227.44º 0.32% 0.52% -
XYZ 12.91 12.79 23.98 -
YUV 100.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 90 99 133 0.32 0.26 0 0.48 227.44 0.19 0.44
Hex 5A 63 85 20 1A 0 30 E3 13 2C
Octal 132 143 205 40 32 0 60 343 23 54
Binary 1011010 1100011 10000101 100000 11010 0 110000 11100011 10011 101100

Color Harmonies of #5A6385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6385

Black with #5A6385

Text Example


Text Example

White with #5A6385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,99,133); }

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

background-color css

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

 a { background-color: rgb(90,99,133); }

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

border-color css

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

 span { border-color: rgb(90,99,133); }

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