#527090

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

Shades of Kashmir Blue #527090

Tints of Kashmir Blue #527090

Color information

#527090 (or 0x527090) is unknown color: approx Kashmir Blue. HEX triplet: 52, 70 and 90. RGB value is (82,112,144). Sum of RGB (Red+Green+Blue) = 82+112+144=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #527090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527090 is #AD8F6F. Grayscale: #6A6A6A. Windows color (decimal): -11374448 or 9465938. OLE color: 9465938.

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

Color convert

RGB82112144-
CMYK0.430.2200.44
HSL210.97º27.43%44.31%-
HSV(B)210.97º43.06%56.47%-
XYZ14.3115.428.6-
YUV106.68149.06110.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 144 (56.64% from 255) = 42.60%
R=24.26%
G=33.14%
B=42.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821121440.430.2200.44210.9727.4344.31
Hex5270902B1602Cd31b2c
Octal12216022053260543233354
Binary10100101110000100100001010111011001011001101001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527090; }

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

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

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

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

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

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

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

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