#526A94

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

Shades of Kashmir Blue #526A94

Tints of Kashmir Blue #526A94

Color information

#526A94 (or 0x526A94) is unknown color: approx Kashmir Blue. HEX triplet: 52, 6A and 94. RGB value is (82,106,148). Sum of RGB (Red+Green+Blue) = 82+106+148=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #526A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526A94 is #AD956B. Grayscale: #676767. Windows color (decimal): -11375980 or 9726546. OLE color: 9726546.

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

Color convert

RGB82106148-
CMYK0.450.2800.42
HSL218.18º28.7%45.1%-
HSV(B)218.18º44.59%58.04%-
XYZ13.9814.2430.03-
YUV103.61153.05112.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 106 (41.80% from 255) = 31.55%
BLUE value IS 148 (58.20% from 255) = 44.05%
R=24.40%
G=31.55%
B=44.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821061480.450.2800.42218.1828.745.1
Hex526A942D1C02Ada1d2d
Octal12215222455340523323555
Binary10100101101010100101001011011110001010101101101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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