#527495

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

Shades of Kashmir Blue #527495

Tints of Kashmir Blue #527495

Color information

#527495 (or 0x527495) is unknown color: approx Kashmir Blue. HEX triplet: 52, 74 and 95. RGB value is (82,116,149). Sum of RGB (Red+Green+Blue) = 82+116+149=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #527495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527495 is #AD8B6A. Grayscale: #6D6D6D. Windows color (decimal): -11373419 or 9794642. OLE color: 9794642.

HSL color Cylindrical-coordinate representation of color #527495: hue angle of 209.55º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #527495 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB82116149-
CMYK0.450.2200.42
HSL209.55º29%45.29%-
HSV(B)209.55º44.97%58.43%-
XYZ15.1516.4530.81-
YUV109.6150.24108.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 149 (58.59% from 255) = 42.94%
R=23.63%
G=33.43%
B=42.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821161490.450.2200.42209.552945.29
Hex5274952D1602Ad21d2d
Octal12216422555260523223555
Binary10100101110100100101011011011011001010101101001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527495; }

 p { color: rgb(82,116,149); }

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

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

 a { background-color: rgb(82,116,149); }

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

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

 span { border-color: rgb(82,116,149); }

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