Html Css Color HEX #5A648C Waikawa Grey

📋 copy color: '#5A648C'

red 90 ◦ green 100 ◦ blue 140

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

Shades of Waikawa Grey #5A648C

Tints of Waikawa Grey #5A648C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 27.27%
G = 30.3%
B = 42.42%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A648C (or 0x5A648C) is known color: Waikawa Grey. HEX triplet: 5A, 64 and 8C. RGB value is (90,100,140). Sum of RGB (Red+Green+Blue) = 90+100+140=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A648C is #A59B73. Grayscale: #656565. Windows color (decimal): -10853236 or 9200730. OLE color: 9200730.

HSL color Cylindrical-coordinate representation of color #5A648C: hue angle of 228º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A648C is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 100 140 -
CMYK 0.36 0.29 0 0.45
HSL 228º 0.22% 0.45% -
HSV(B) 228º 0.36% 0.55% -
XYZ 13.51 13.18 26.64 -
YUV 101.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 90 100 140 0.36 0.29 0 0.45 228 0.22 0.45
Hex 5A 64 8C 24 1D 0 2D E4 16 2D
Octal 132 144 214 44 35 0 55 344 26 55
Binary 1011010 1100100 10001100 100100 11101 0 101101 11100100 10110 101101

Color Harmonies of #5A648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A648C

Black with #5A648C

Text Example


Text Example

White with #5A648C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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