#526183

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

Shades of Kashmir Blue #526183

Tints of Kashmir Blue #526183

Color information

#526183 (or 0x526183) is unknown color: approx Kashmir Blue. HEX triplet: 52, 61 and 83. RGB value is (82,97,131). Sum of RGB (Red+Green+Blue) = 82+97+131=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #526183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526183 is #AD9E7C. Grayscale: #606060. Windows color (decimal): -11378301 or 8610130. OLE color: 8610130.

HSL color Cylindrical-coordinate representation of color #526183: hue angle of 221.63º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #526183 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8297131-
CMYK0.370.2600.49
HSL221.63º23%41.76%-
HSV(B)221.63º37.4%51.37%-
XYZ11.8511.9823.16-
YUV96.39147.53117.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 97 (38.28% from 255) = 31.29%
BLUE value IS 131 (51.56% from 255) = 42.26%
R=26.45%
G=31.29%
B=42.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82971310.370.2600.49221.632341.76
Hex526183251A031de172a
Octal12214120345320613362752
Binary10100101100001100000111001011101001100011101111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526183; }

 p { color: rgb(82,97,131); }

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

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

 a { background-color: rgb(82,97,131); }

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

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

 span { border-color: rgb(82,97,131); }

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