#536594

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

Shades of Waikawa Grey #536594

Tints of Waikawa Grey #536594

Color information

#536594 (or 0x536594) is unknown color: approx Waikawa Grey. HEX triplet: 53, 65 and 94. RGB value is (83,101,148). Sum of RGB (Red+Green+Blue) = 83+101+148=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #536594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536594 is #AC9A6B. Grayscale: #646464. Windows color (decimal): -11311724 or 9725267. OLE color: 9725267.

HSL color Cylindrical-coordinate representation of color #536594: hue angle of 223.38º 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 #536594 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83101148-
CMYK0.440.3200.42
HSL223.38º28.14%45.29%-
HSV(B)223.38º43.92%58.04%-
XYZ13.5713.2829.87-
YUV100.98154.54115.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=25%
G=30.42%
B=44.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831011480.440.3200.42223.3828.1445.29
Hex5365942C2002Adf1c2d
Octal12314522454400523373455
Binary101001111001011001010010110010000001010101101111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536594; }

 p { color: rgb(83,101,148); }

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

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

 a { background-color: rgb(83,101,148); }

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

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

 span { border-color: rgb(83,101,148); }

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