#526394

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

Shades of Waikawa Grey #526394

Tints of Waikawa Grey #526394

Color information

#526394 (or 0x526394) is unknown color: approx Waikawa Grey. HEX triplet: 52, 63 and 94. RGB value is (82,99,148). Sum of RGB (Red+Green+Blue) = 82+99+148=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 99 (39.06% from 255 or 30.09% 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 #526394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526394 is #AD9C6B. Grayscale: #636363. Windows color (decimal): -11377772 or 9724754. OLE color: 9724754.

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

Color convert

RGB8299148-
CMYK0.450.3300.42
HSL224.55º28.7%45.1%-
HSV(B)224.55º44.59%58.04%-
XYZ13.2912.8629.8-
YUV99.5155.37115.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=24.92%
G=30.09%
B=44.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82991480.450.3300.42224.5528.745.1
Hex5263942D2102Ae11d2d
Octal12214322455410523413555
Binary101001011000111001010010110110000101010101110000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526394; }

 p { color: rgb(82,99,148); }

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

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

 a { background-color: rgb(82,99,148); }

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

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

 span { border-color: rgb(82,99,148); }

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