Html Css Color HEX #5C7190 Waikawa Grey

📋 copy color: '#5C7190'

red 92 ◦ green 113 ◦ blue 144

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

Shades of Waikawa Grey #5C7190

Tints of Waikawa Grey #5C7190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 26.36%
G = 32.38%
B = 41.26%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C7190 (or 0x5C7190) is known color: Waikawa Grey. HEX triplet: 5C, 71 and 90. RGB value is (92,113,144). Sum of RGB (Red+Green+Blue) = 92+113+144=349 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.36% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C7190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7190 is #A38E6F. Grayscale: #6E6E6E. Windows color (decimal): -10718832 or 9466204. OLE color: 9466204.

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

Color convert

RGB 92 113 144 -
CMYK 0.36 0.22 0 0.44
HSL 215.77º 0.22% 0.46% -
HSV(B) 215.77º 0.36% 0.56% -
XYZ 15.35 16.1 28.68 -
YUV 110.26 147.04 114.98 -
System Red Green Blue C M Y K H S L
Decimal 92 113 144 0.36 0.22 0 0.44 215.77 0.22 0.46
Hex 5C 71 90 24 16 0 2C D8 16 2E
Octal 134 161 220 44 26 0 54 330 26 56
Binary 1011100 1110001 10010000 100100 10110 0 101100 11011000 10110 101110

Color Harmonies of #5C7190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7190

Black with #5C7190

Text Example


Text Example

White with #5C7190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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