#526293

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

Shades of Waikawa Grey #526293

Tints of Waikawa Grey #526293

Color information

#526293 (or 0x526293) is unknown color: approx Waikawa Grey. HEX triplet: 52, 62 and 93. RGB value is (82,98,147). Sum of RGB (Red+Green+Blue) = 82+98+147=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #526293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526293 is #AD9D6C. Grayscale: #626262. Windows color (decimal): -11378029 or 9658962. OLE color: 9658962.

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

Color convert

RGB8298147-
CMYK0.440.3300.42
HSL225.23º28.38%44.9%-
HSV(B)225.23º44.22%57.65%-
XYZ13.1112.6429.35-
YUV98.8155.2116.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 98 (38.67% from 255) = 29.97%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=25.08%
G=29.97%
B=44.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82981470.440.3300.42225.2328.3844.9
Hex5262932C2102Ae11c2d
Octal12214222354410523413455
Binary101001011000101001001110110010000101010101110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526293; }

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

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

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

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

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

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

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

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