#536192

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

Shades of Waikawa Grey #536192

Tints of Waikawa Grey #536192

Color information

#536192 (or 0x536192) is unknown color: approx Waikawa Grey. HEX triplet: 53, 61 and 92. RGB value is (83,97,146). Sum of RGB (Red+Green+Blue) = 83+97+146=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #536192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536192 is #AC9E6D. Grayscale: #626262. Windows color (decimal): -11312750 or 9593171. OLE color: 9593171.

HSL color Cylindrical-coordinate representation of color #536192: hue angle of 226.67º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #536192 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8397146-
CMYK0.430.3400.43
HSL226.67º27.51%44.9%-
HSV(B)226.67º43.15%57.25%-
XYZ13.0312.4628.91-
YUV98.4154.86117.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=25.46%
G=29.75%
B=44.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83971460.430.3400.43226.6727.5144.9
Hex5361922B2202Be31c2d
Octal12314122253420533433455
Binary101001111000011001001010101110001001010111110001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536192; }

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

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

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

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

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

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

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

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