#526892

Color #526892 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #526892

Tints of Kashmir Blue #526892

Color information

#526892 (or 0x526892) is unknown color: approx Kashmir Blue. HEX triplet: 52, 68 and 92. RGB value is (82,104,146). Sum of RGB (Red+Green+Blue) = 82+104+146=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #526892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526892 is #AD976D. Grayscale: #666666. Windows color (decimal): -11376494 or 9594962. OLE color: 9594962.

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

Color convert

RGB82104146-
CMYK0.440.2900.43
HSL219.38º28.07%44.71%-
HSV(B)219.38º43.84%57.25%-
XYZ13.6213.7729.13-
YUV102.21152.71113.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 104 (41.02% from 255) = 31.33%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=24.70%
G=31.33%
B=43.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821041460.440.2900.43219.3828.0744.71
Hex5268922C1D02Bdb1c2d
Octal12215022254350533333455
Binary10100101101000100100101011001110101010111101101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526892; }

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

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

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

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

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

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

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

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