#536190

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

Shades of Waikawa Grey #536190

Tints of Waikawa Grey #536190

Color information

#536190 (or 0x536190) is unknown color: approx Waikawa Grey. HEX triplet: 53, 61 and 90. RGB value is (83,97,144). Sum of RGB (Red+Green+Blue) = 83+97+144=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #536190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536190 is #AC9E6F. Grayscale: #616161. Windows color (decimal): -11312752 or 9462099. OLE color: 9462099.

HSL color Cylindrical-coordinate representation of color #536190: hue angle of 226.23º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #536190 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8397144-
CMYK0.420.3300.44
HSL226.23º26.87%44.51%-
HSV(B)226.23º42.36%56.47%-
XYZ12.8812.428.1-
YUV98.17153.86117.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.62%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=25.62%
G=29.94%
B=44.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83971440.420.3300.44226.2326.8744.51
Hex5361902A2102Ce21b2d
Octal12314122052410543423355
Binary101001111000011001000010101010000101011001110001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536190; }

 p { color: rgb(83,97,144); }

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

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

 a { background-color: rgb(83,97,144); }

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

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

 span { border-color: rgb(83,97,144); }

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