#526A90

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

Shades of Kashmir Blue #526A90

Tints of Kashmir Blue #526A90

Color information

#526A90 (or 0x526A90) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6A and 90. RGB value is (82,106,144). Sum of RGB (Red+Green+Blue) = 82+106+144=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #526A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A90 is #AD956F. Grayscale: #666666. Windows color (decimal): -11375984 or 9464402. OLE color: 9464402.

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

Color convert

RGB82106144-
CMYK0.430.2600.44
HSL216.77º27.43%44.31%-
HSV(B)216.77º43.06%56.47%-
XYZ13.6714.1228.39-
YUV103.16151.05112.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.70%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=24.70%
G=31.93%
B=43.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821061440.430.2600.44216.7727.4344.31
Hex526A902B1A02Cd91b2c
Octal12215222053320543313354
Binary10100101101010100100001010111101001011001101100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526A90; }

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

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

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

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

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

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

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

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