#527293

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

Shades of Kashmir Blue #527293

Tints of Kashmir Blue #527293

Color information

#527293 (or 0x527293) is unknown color: approx Kashmir Blue. HEX triplet: 52, 72 and 93. RGB value is (82,114,147). Sum of RGB (Red+Green+Blue) = 82+114+147=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #527293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527293 is #AD8D6C. Grayscale: #6C6C6C. Windows color (decimal): -11373933 or 9663058. OLE color: 9663058.

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

Color convert

RGB82114147-
CMYK0.440.2200.42
HSL210.46º28.38%44.9%-
HSV(B)210.46º44.22%57.65%-
XYZ14.7615.9429.9-
YUV108.19149.9109.32-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 147 (57.81% from 255) = 42.86%
R=23.91%
G=33.24%
B=42.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821141470.440.2200.42210.4628.3844.9
Hex5272932C1602Ad21c2d
Octal12216222354260523223455
Binary10100101110010100100111011001011001010101101001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527293; }

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

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

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

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

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

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

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

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