#526693

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

Shades of Kashmir Blue #526693

Tints of Kashmir Blue #526693

Color information

#526693 (or 0x526693) is unknown color: approx Kashmir Blue. HEX triplet: 52, 66 and 93. RGB value is (82,102,147). Sum of RGB (Red+Green+Blue) = 82+102+147=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #526693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526693 is #AD996C. Grayscale: #646464. Windows color (decimal): -11377005 or 9659986. OLE color: 9659986.

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

Color convert

RGB82102147-
CMYK0.440.3100.42
HSL221.54º28.38%44.9%-
HSV(B)221.54º44.22%57.65%-
XYZ13.513.429.48-
YUV101.15153.87114.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=24.77%
G=30.82%
B=44.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821021470.440.3100.42221.5428.3844.9
Hex5266932C1F02Ade1c2d
Octal12214622354370523363455
Binary10100101100110100100111011001111101010101101111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526693; }

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

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

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

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

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

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

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

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