#526493

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

Shades of Waikawa Grey #526493

Tints of Waikawa Grey #526493

Color information

#526493 (or 0x526493) is unknown color: approx Waikawa Grey. HEX triplet: 52, 64 and 93. RGB value is (82,100,147). Sum of RGB (Red+Green+Blue) = 82+100+147=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #526493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526493 is #AD9B6C. Grayscale: #636363. Windows color (decimal): -11377517 or 9659474. OLE color: 9659474.

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

Color convert

RGB82100147-
CMYK0.440.3200.42
HSL223.38º28.38%44.9%-
HSV(B)223.38º44.22%57.65%-
XYZ13.313.0129.41-
YUV99.98154.54115.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=24.92%
G=30.40%
B=44.68%

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
Decimal821001470.440.3200.42223.3828.3844.9
Hex5264932C2002Adf1c2d
Octal12214422354400523373455
Binary101001011001001001001110110010000001010101101111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526493; }

 p { color: rgb(82,100,147); }

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

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

 a { background-color: rgb(82,100,147); }

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

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

 span { border-color: rgb(82,100,147); }

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