#526583

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

Shades of Kashmir Blue #526583

Tints of Kashmir Blue #526583

Color information

#526583 (or 0x526583) is unknown color: approx Kashmir Blue. HEX triplet: 52, 65 and 83. RGB value is (82,101,131). Sum of RGB (Red+Green+Blue) = 82+101+131=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #526583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526583 is #AD9A7C. Grayscale: #626262. Windows color (decimal): -11377277 or 8611154. OLE color: 8611154.

HSL color Cylindrical-coordinate representation of color #526583: hue angle of 216.73º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #526583 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB82101131-
CMYK0.370.2300.49
HSL216.73º23%41.76%-
HSV(B)216.73º37.4%51.37%-
XYZ12.2312.7423.29-
YUV98.74146.21116.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 131 (51.56% from 255) = 41.72%
R=26.11%
G=32.17%
B=41.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821011310.370.2300.49216.732341.76
Hex5265832517031d9172a
Octal12214520345270613312752
Binary10100101100101100000111001011011101100011101100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526583; }

 p { color: rgb(82,101,131); }

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

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

 a { background-color: rgb(82,101,131); }

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

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

 span { border-color: rgb(82,101,131); }

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