#536291

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

Shades of Waikawa Grey #536291

Tints of Waikawa Grey #536291

Color information

#536291 (or 0x536291) is unknown color: approx Waikawa Grey. HEX triplet: 53, 62 and 91. RGB value is (83,98,145). Sum of RGB (Red+Green+Blue) = 83+98+145=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #536291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536291 is #AC9D6E. Grayscale: #626262. Windows color (decimal): -11312495 or 9527891. OLE color: 9527891.

HSL color Cylindrical-coordinate representation of color #536291: hue angle of 225.48º degrees, saturation: 0.27, 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 #536291 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8398145-
CMYK0.430.3200.43
HSL225.48º27.19%44.71%-
HSV(B)225.48º42.76%56.86%-
XYZ13.0512.6228.54-
YUV98.87154.03116.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.46%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=25.46%
G=30.06%
B=44.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83981450.430.3200.43225.4827.1944.71
Hex5362912B2002Be11b2d
Octal12314222153400533413355
Binary101001111000101001000110101110000001010111110000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536291; }

 p { color: rgb(83,98,145); }

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

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

 a { background-color: rgb(83,98,145); }

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

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

 span { border-color: rgb(83,98,145); }

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