#526792

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

Shades of Kashmir Blue #526792

Tints of Kashmir Blue #526792

Color information

#526792 (or 0x526792) is unknown color: approx Kashmir Blue. HEX triplet: 52, 67 and 92. RGB value is (82,103,146). Sum of RGB (Red+Green+Blue) = 82+103+146=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #526792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526792 is #AD986D. Grayscale: #656565. Windows color (decimal): -11376750 or 9594706. OLE color: 9594706.

HSL color Cylindrical-coordinate representation of color #526792: hue angle of 220.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #526792 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82103146-
CMYK0.440.2900.43
HSL220.31º28.07%44.71%-
HSV(B)220.31º43.84%57.25%-
XYZ13.5213.5729.1-
YUV101.62153.04114-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 103 (40.62% from 255) = 31.12%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=24.77%
G=31.12%
B=44.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821031460.440.2900.43220.3128.0744.71
Hex5267922C1D02Bdc1c2d
Octal12214722254350533343455
Binary10100101100111100100101011001110101010111101110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526792; }

 p { color: rgb(82,103,146); }

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

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

 a { background-color: rgb(82,103,146); }

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

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

 span { border-color: rgb(82,103,146); }

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