Html Css Color HEX #5C6493 Waikawa Grey

📋 copy color: '#5C6493'

red 92 ◦ green 100 ◦ blue 147

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

Shades of Waikawa Grey #5C6493

Tints of Waikawa Grey #5C6493

RGB

 RED value IS 92 (36.33% from 255) = 27.14%

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

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

R = 27.14%
G = 29.5%
B = 43.36%

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

#5C6493 (or 0x5C6493) is known color: Waikawa Grey. HEX triplet: 5C, 64 and 93. RGB value is (92,100,147). Sum of RGB (Red+Green+Blue) = 92+100+147=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #5C6493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6493 is #A39B6C. Grayscale: #666666. Windows color (decimal): -10722157 or 9659484. OLE color: 9659484.

HSL color Cylindrical-coordinate representation of color #5C6493: hue angle of 231.27º degrees, saturation: 0.23, 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 #5C6493 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 92 100 147 -
CMYK 0.37 0.32 0 0.42
HSL 231.27º 0.23% 0.47% -
HSV(B) 231.27º 0.37% 0.58% -
XYZ 14.24 13.5 29.46 -
YUV 102.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 92 100 147 0.37 0.32 0 0.42 231.27 0.23 0.47
Hex 5C 64 93 25 20 0 2A E7 17 2F
Octal 134 144 223 45 40 0 52 347 27 57
Binary 1011100 1100100 10010011 100101 100000 0 101010 11100111 10111 101111

Color Harmonies of #5C6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6493

Black with #5C6493

Text Example


Text Example

White with #5C6493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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