#536693

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

Shades of Waikawa Grey #536693

Tints of Waikawa Grey #536693

Color information

#536693 (or 0x536693) is unknown color: approx Waikawa Grey. HEX triplet: 53, 66 and 93. RGB value is (83,102,147). Sum of RGB (Red+Green+Blue) = 83+102+147=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #536693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536693 is #AC996C. Grayscale: #656565. Windows color (decimal): -11311469 or 9659987. OLE color: 9659987.

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

Color convert

RGB83102147-
CMYK0.440.3100.42
HSL222.19º27.83%45.1%-
HSV(B)222.19º43.54%57.65%-
XYZ13.5913.4529.48-
YUV101.45153.71114.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=25%
G=30.72%
B=44.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831021470.440.3100.42222.1927.8345.1
Hex5366932C1F02Ade1c2d
Octal12314622354370523363455
Binary10100111100110100100111011001111101010101101111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536693; }

 p { color: rgb(83,102,147); }

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

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

 a { background-color: rgb(83,102,147); }

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

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

 span { border-color: rgb(83,102,147); }

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