#526D94

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

Shades of Kashmir Blue #526D94

Tints of Kashmir Blue #526D94

Color information

#526D94 (or 0x526D94) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6D and 94. RGB value is (82,109,148). Sum of RGB (Red+Green+Blue) = 82+109+148=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #526D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D94 is #AD926B. Grayscale: #696969. Windows color (decimal): -11375212 or 9727314. OLE color: 9727314.

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

Color convert

RGB82109148-
CMYK0.450.2600.42
HSL215.45º28.7%45.1%-
HSV(B)215.45º44.59%58.04%-
XYZ14.2914.8730.13-
YUV105.37152.05111.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=24.19%
G=32.15%
B=43.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821091480.450.2600.42215.4528.745.1
Hex526D942D1A02Ad71d2d
Octal12215522455320523273555
Binary10100101101101100101001011011101001010101101011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526D94; }

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

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

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

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

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

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

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

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