#536790

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

Shades of Kashmir Blue #536790

Tints of Kashmir Blue #536790

Color information

#536790 (or 0x536790) is unknown color: approx Kashmir Blue. HEX triplet: 53, 67 and 90. RGB value is (83,103,144). Sum of RGB (Red+Green+Blue) = 83+103+144=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #536790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536790 is #AC986F. Grayscale: #656565. Windows color (decimal): -11311216 or 9463635. OLE color: 9463635.

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

Color convert

RGB83103144-
CMYK0.420.2800.44
HSL220.33º26.87%44.51%-
HSV(B)220.33º42.36%56.47%-
XYZ13.4513.5528.29-
YUV101.69151.87114.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=25.15%
G=31.21%
B=43.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831031440.420.2800.44220.3326.8744.51
Hex5367902A1C02Cdc1b2d
Octal12314722052340543343355
Binary10100111100111100100001010101110001011001101110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536790; }

 p { color: rgb(83,103,144); }

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

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

 a { background-color: rgb(83,103,144); }

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

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

 span { border-color: rgb(83,103,144); }

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