#536D94

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

Shades of Kashmir Blue #536D94

Tints of Kashmir Blue #536D94

Color information

#536D94 (or 0x536D94) is unknown color: approx Kashmir Blue. HEX triplet: 53, 6D and 94. RGB value is (83,109,148). Sum of RGB (Red+Green+Blue) = 83+109+148=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 148 - color contains mainly: blue. Hex color #536D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536D94 is #AC926B. Grayscale: #696969. Windows color (decimal): -11309676 or 9727315. OLE color: 9727315.

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

Color convert

RGB83109148-
CMYK0.440.2600.42
HSL216º28.14%45.29%-
HSV(B)216º43.92%58.04%-
XYZ14.3814.9130.14-
YUV105.67151.89111.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 148 (58.20% from 255) = 43.53%
R=24.41%
G=32.06%
B=43.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831091480.440.2600.4221628.1445.29
Hex536D942C1A02Ad81c2d
Octal12315522454320523303455
Binary10100111101101100101001011001101001010101101100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536D94; }

 p { color: rgb(83,109,148); }

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

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

 a { background-color: rgb(83,109,148); }

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

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

 span { border-color: rgb(83,109,148); }

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