#526192

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

Shades of Waikawa Grey #526192

Tints of Waikawa Grey #526192

Color information

#526192 (or 0x526192) is unknown color: approx Waikawa Grey. HEX triplet: 52, 61 and 92. RGB value is (82,97,146). Sum of RGB (Red+Green+Blue) = 82+97+146=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #526192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526192 is #AD9E6D. Grayscale: #616161. Windows color (decimal): -11378286 or 9593170. OLE color: 9593170.

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

Color convert

RGB8297146-
CMYK0.440.3400.43
HSL225.94º28.07%44.71%-
HSV(B)225.94º43.84%57.25%-
XYZ12.9412.4228.91-
YUV98.1155.03116.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.23%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=25.23%
G=29.85%
B=44.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82971460.440.3400.43225.9428.0744.71
Hex5261922C2202Be21c2d
Octal12214122254420533423455
Binary101001011000011001001010110010001001010111110001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526192; }

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

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

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

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

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

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

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

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