#526790

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

Shades of Kashmir Blue #526790

Tints of Kashmir Blue #526790

Color information

#526790 (or 0x526790) is unknown color: approx Kashmir Blue. HEX triplet: 52, 67 and 90. RGB value is (82,103,144). Sum of RGB (Red+Green+Blue) = 82+103+144=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #526790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526790 is #AD986F. Grayscale: #656565. Windows color (decimal): -11376752 or 9463634. OLE color: 9463634.

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

Color convert

RGB82103144-
CMYK0.430.2800.44
HSL219.68º27.43%44.31%-
HSV(B)219.68º43.06%56.47%-
XYZ13.3613.5128.29-
YUV101.4152.04114.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.92%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=24.92%
G=31.31%
B=43.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821031440.430.2800.44219.6827.4344.31
Hex5267902B1C02Cdc1b2c
Octal12214722053340543343354
Binary10100101100111100100001010111110001011001101110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526790; }

 p { color: rgb(82,103,144); }

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

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

 a { background-color: rgb(82,103,144); }

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

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

 span { border-color: rgb(82,103,144); }

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