#526292

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

Shades of Waikawa Grey #526292

Tints of Waikawa Grey #526292

Color information

#526292 (or 0x526292) is unknown color: approx Waikawa Grey. HEX triplet: 52, 62 and 92. RGB value is (82,98,146). Sum of RGB (Red+Green+Blue) = 82+98+146=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #526292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526292 is #AD9D6D. Grayscale: #626262. Windows color (decimal): -11378030 or 9593426. OLE color: 9593426.

HSL color Cylindrical-coordinate representation of color #526292: hue angle of 225º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #526292 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8298146-
CMYK0.440.3300.43
HSL225º28.07%44.71%-
HSV(B)225º43.84%57.25%-
XYZ13.0412.628.94-
YUV98.69154.7116.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=25.15%
G=30.06%
B=44.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82981460.440.3300.4322528.0744.71
Hex5262922C2102Be11c2d
Octal12214222254410533413455
Binary101001011000101001001010110010000101010111110000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526292; }

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

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

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

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

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

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

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

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