Html Css Color HEX #5C7192 Waikawa Grey

📋 copy color: '#5C7192'

red 92 ◦ green 113 ◦ blue 146

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

Shades of Waikawa Grey #5C7192

Tints of Waikawa Grey #5C7192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.6%

R = 26.21%
G = 32.19%
B = 41.6%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5C7192 (or 0x5C7192) is known color: Waikawa Grey. HEX triplet: 5C, 71 and 92. RGB value is (92,113,146). Sum of RGB (Red+Green+Blue) = 92+113+146=351 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.21% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C7192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7192 is #A38E6D. Grayscale: #6E6E6E. Windows color (decimal): -10718830 or 9597276. OLE color: 9597276.

HSL color Cylindrical-coordinate representation of color #5C7192: hue angle of 216.67º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C7192 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 113 146 -
CMYK 0.37 0.23 0 0.43
HSL 216.67º 0.23% 0.47% -
HSV(B) 216.67º 0.37% 0.57% -
XYZ 15.51 16.16 29.5 -
YUV 110.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 92 113 146 0.37 0.23 0 0.43 216.67 0.23 0.47
Hex 5C 71 92 25 17 0 2B D9 17 2F
Octal 134 161 222 45 27 0 53 331 27 57
Binary 1011100 1110001 10010010 100101 10111 0 101011 11011001 10111 101111

Color Harmonies of #5C7192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7192

Black with #5C7192

Text Example


Text Example

White with #5C7192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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