#527194

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

Shades of Kashmir Blue #527194

Tints of Kashmir Blue #527194

Color information

#527194 (or 0x527194) is unknown color: approx Kashmir Blue. HEX triplet: 52, 71 and 94. RGB value is (82,113,148). Sum of RGB (Red+Green+Blue) = 82+113+148=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #527194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527194 is #AD8E6B. Grayscale: #6B6B6B. Windows color (decimal): -11374188 or 9728338. OLE color: 9728338.

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

Color convert

RGB82113148-
CMYK0.450.2400.42
HSL211.82º28.7%45.1%-
HSV(B)211.82º44.59%58.04%-
XYZ14.7315.7430.28-
YUV107.72150.73109.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=23.91%
G=32.94%
B=43.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821131480.450.2400.42211.8228.745.1
Hex5271942D1802Ad41d2d
Octal12216122455300523243555
Binary10100101110001100101001011011100001010101101010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527194; }

 p { color: rgb(82,113,148); }

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

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

 a { background-color: rgb(82,113,148); }

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

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

 span { border-color: rgb(82,113,148); }

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