#527493

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

Shades of Kashmir Blue #527493

Tints of Kashmir Blue #527493

Color information

#527493 (or 0x527493) is unknown color: approx Kashmir Blue. HEX triplet: 52, 74 and 93. RGB value is (82,116,147). Sum of RGB (Red+Green+Blue) = 82+116+147=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #527493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527493 is #AD8B6C. Grayscale: #6D6D6D. Windows color (decimal): -11373421 or 9663570. OLE color: 9663570.

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

Color convert

RGB82116147-
CMYK0.440.2100.42
HSL208.62º28.38%44.9%-
HSV(B)208.62º44.22%57.65%-
XYZ14.9916.3929.98-
YUV109.37149.24108.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=23.77%
G=33.62%
B=42.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821161470.440.2100.42208.6228.3844.9
Hex5274932C1502Ad11c2d
Octal12216422354250523213455
Binary10100101110100100100111011001010101010101101000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527493; }

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

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

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

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

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

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

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

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