#527695

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

Shades of Kashmir Blue #527695

Tints of Kashmir Blue #527695

Color information

#527695 (or 0x527695) is unknown color: approx Kashmir Blue. HEX triplet: 52, 76 and 95. RGB value is (82,118,149). Sum of RGB (Red+Green+Blue) = 82+118+149=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #527695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527695 is #AD896A. Grayscale: #6E6E6E. Windows color (decimal): -11372907 or 9795154. OLE color: 9795154.

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

Color convert

RGB82118149-
CMYK0.450.2100.42
HSL207.76º29%45.29%-
HSV(B)207.76º44.97%58.43%-
XYZ15.3816.9230.89-
YUV110.77149.57107.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 149 (58.59% from 255) = 42.69%
R=23.50%
G=33.81%
B=42.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821181490.450.2100.42207.762945.29
Hex5276952D1502Ad01d2d
Octal12216622555250523203555
Binary10100101110110100101011011011010101010101101000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527695; }

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

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

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

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

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

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

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

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