#526894

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

Shades of Kashmir Blue #526894

Tints of Kashmir Blue #526894

Color information

#526894 (or 0x526894) is unknown color: approx Kashmir Blue. HEX triplet: 52, 68 and 94. RGB value is (82,104,148). Sum of RGB (Red+Green+Blue) = 82+104+148=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #526894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526894 is #AD976B. Grayscale: #666666. Windows color (decimal): -11376492 or 9726034. OLE color: 9726034.

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

Color convert

RGB82104148-
CMYK0.450.3000.42
HSL220º28.7%45.1%-
HSV(B)220º44.59%58.04%-
XYZ13.7813.8329.96-
YUV102.44153.71113.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 148 (58.20% from 255) = 44.31%
R=24.55%
G=31.14%
B=44.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821041480.450.3000.4222028.745.1
Hex5268942D1E02Adc1d2d
Octal12215022455360523343555
Binary10100101101000100101001011011111001010101101110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526894; }

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

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

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

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

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

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

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

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