#536183

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

Shades of Kashmir Blue #536183

Tints of Kashmir Blue #536183

Color information

#536183 (or 0x536183) is unknown color: approx Kashmir Blue. HEX triplet: 53, 61 and 83. RGB value is (83,97,131). Sum of RGB (Red+Green+Blue) = 83+97+131=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #536183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536183 is #AC9E7C. Grayscale: #606060. Windows color (decimal): -11312765 or 8610131. OLE color: 8610131.

HSL color Cylindrical-coordinate representation of color #536183: hue angle of 222.5º degrees, saturation: 0.22, 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 #536183 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8397131-
CMYK0.370.2600.49
HSL222.5º22.43%41.96%-
HSV(B)222.5º36.64%51.37%-
XYZ11.9412.0323.16-
YUV96.69147.36118.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.69%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 131 (51.56% from 255) = 42.12%
R=26.69%
G=31.19%
B=42.12%

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
Decimal83971310.370.2600.49222.522.4341.96
Hex536183251A031de162a
Octal12314120345320613362652
Binary10100111100001100000111001011101001100011101111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536183; }

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

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

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

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

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

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

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

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