#5C7290

Color #5C7290 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #5C7290

Tints of Waikawa Grey #5C7290

Color information

#5C7290 (or 0x5C7290) is unknown color: approx Waikawa Grey. HEX triplet: 5C, 72 and 90. RGB value is (92,114,144). Sum of RGB (Red+Green+Blue) = 92+114+144=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C7290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7290 is #A38D6F. Grayscale: #6E6E6E. Windows color (decimal): -10718576 or 9466460. OLE color: 9466460.

HSL color Cylindrical-coordinate representation of color #5C7290: hue angle of 214.62º 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 #5C7290 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB92114144-
CMYK0.360.2100.44
HSL214.62º22.03%46.27%-
HSV(B)214.62º36.11%56.47%-
XYZ15.4616.3228.72-
YUV110.84146.71114.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.29%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 144 (56.64% from 255) = 41.14%
R=26.29%
G=32.57%
B=41.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal921141440.360.2100.44214.6222.0346.27
Hex5C7290241502Cd7162e
Octal13416222044250543272656
Binary10111001110010100100001001001010101011001101011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C7290;
 }
 .AnyTagClassName
 {
   color: #5C7290;
 }
</style>
background-color css

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

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

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

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

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

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