#527494

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

Shades of Kashmir Blue #527494

Tints of Kashmir Blue #527494

Color information

#527494 (or 0x527494) is unknown color: approx Kashmir Blue. HEX triplet: 52, 74 and 94. RGB value is (82,116,148). Sum of RGB (Red+Green+Blue) = 82+116+148=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #527494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527494 is #AD8B6B. Grayscale: #6D6D6D. Windows color (decimal): -11373420 or 9729106. OLE color: 9729106.

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

Color convert

RGB82116148-
CMYK0.450.2200.42
HSL209.09º28.7%45.1%-
HSV(B)209.09º44.59%58.04%-
XYZ15.0716.4230.39-
YUV109.48149.74108.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=23.70%
G=33.53%
B=42.77%

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
Decimal821161480.450.2200.42209.0928.745.1
Hex5274942D1602Ad11d2d
Octal12216422455260523213555
Binary10100101110100100101001011011011001010101101000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527494; }

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

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

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

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

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

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

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

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