Html Css Color HEX #5C7193 Waikawa Grey

📋 copy color: '#5C7193'

red 92 ◦ green 113 ◦ blue 147

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

Shades of Waikawa Grey #5C7193

Tints of Waikawa Grey #5C7193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.1%

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

R = 26.14%
G = 32.1%
B = 41.76%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5C7193 (or 0x5C7193) is known color: Waikawa Grey. HEX triplet: 5C, 71 and 93. RGB value is (92,113,147). Sum of RGB (Red+Green+Blue) = 92+113+147=352 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.14% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #5C7193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7193 is #A38E6C. Grayscale: #6E6E6E. Windows color (decimal): -10718829 or 9662812. OLE color: 9662812.

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

Color convert

RGB 92 113 147 -
CMYK 0.37 0.23 0 0.42
HSL 217.09º 0.23% 0.47% -
HSV(B) 217.09º 0.37% 0.58% -
XYZ 15.59 16.19 29.91 -
YUV 110.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 92 113 147 0.37 0.23 0 0.42 217.09 0.23 0.47
Hex 5C 71 93 25 17 0 2A D9 17 2F
Octal 134 161 223 45 27 0 52 331 27 57
Binary 1011100 1110001 10010011 100101 10111 0 101010 11011001 10111 101111

Color Harmonies of #5C7193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7193

Black with #5C7193

Text Example


Text Example

White with #5C7193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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