#536292

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

Shades of Waikawa Grey #536292

Tints of Waikawa Grey #536292

Color information

#536292 (or 0x536292) is unknown color: approx Waikawa Grey. HEX triplet: 53, 62 and 92. RGB value is (83,98,146). Sum of RGB (Red+Green+Blue) = 83+98+146=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #536292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536292 is #AC9D6D. Grayscale: #626262. Windows color (decimal): -11312494 or 9593427. OLE color: 9593427.

HSL color Cylindrical-coordinate representation of color #536292: hue angle of 225.71º 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 #536292 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8398146-
CMYK0.430.3300.43
HSL225.71º27.51%44.9%-
HSV(B)225.71º43.15%57.25%-
XYZ13.1212.6528.94-
YUV98.99154.53116.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.38%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=25.38%
G=29.97%
B=44.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83981460.430.3300.43225.7127.5144.9
Hex5362922B2102Be21c2d
Octal12314222253410533423455
Binary101001111000101001001010101110000101010111110001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536292; }

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

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

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

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

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

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

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

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