#536294

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

Shades of Waikawa Grey #536294

Tints of Waikawa Grey #536294

Color information

#536294 (or 0x536294) is unknown color: approx Waikawa Grey. HEX triplet: 53, 62 and 94. RGB value is (83,98,148). Sum of RGB (Red+Green+Blue) = 83+98+148=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #536294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536294 is #AC9D6B. Grayscale: #636363. Windows color (decimal): -11312492 or 9724499. OLE color: 9724499.

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

Color convert

RGB8398148-
CMYK0.440.3400.42
HSL226.15º28.14%45.29%-
HSV(B)226.15º43.92%58.04%-
XYZ13.2812.7129.77-
YUV99.21155.53116.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=25.23%
G=29.79%
B=44.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83981480.440.3400.42226.1528.1445.29
Hex5362942C2202Ae21c2d
Octal12314222454420523423455
Binary101001111000101001010010110010001001010101110001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536294; }

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

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

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

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

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

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

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

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