Html Css Color HEX #5D6493 Waikawa Grey

📋 copy color: '#5D6493'

red 93 ◦ green 100 ◦ blue 147

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

Shades of Waikawa Grey #5D6493

Tints of Waikawa Grey #5D6493

RGB

 RED value IS 93 (36.72% from 255) = 27.35%

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

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

R = 27.35%
G = 29.41%
B = 43.24%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5D6493 (or 0x5D6493) is known color: Waikawa Grey. HEX triplet: 5D, 64 and 93. RGB value is (93,100,147). Sum of RGB (Red+Green+Blue) = 93+100+147=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #5D6493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6493 is #A29B6C. Grayscale: #676767. Windows color (decimal): -10656621 or 9659485. OLE color: 9659485.

HSL color Cylindrical-coordinate representation of color #5D6493: hue angle of 232.22º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D6493 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 100 147 -
CMYK 0.37 0.32 0 0.42
HSL 232.22º 0.23% 0.47% -
HSV(B) 232.22º 0.37% 0.58% -
XYZ 14.34 13.55 29.46 -
YUV 103.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 93 100 147 0.37 0.32 0 0.42 232.22 0.23 0.47
Hex 5D 64 93 25 20 0 2A E8 16 2F
Octal 135 144 223 45 40 0 52 350 26 57
Binary 1011101 1100100 10010011 100101 100000 0 101010 11101000 10110 101111

Color Harmonies of #5D6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6493

Black with #5D6493

Text Example


Text Example

White with #5D6493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,100,147); }

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

background-color css

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

 a { background-color: rgb(93,100,147); }

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

border-color css

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

 span { border-color: rgb(93,100,147); }

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