#536A95

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

Shades of Kashmir Blue #536A95

Tints of Kashmir Blue #536A95

Color information

#536A95 (or 0x536A95) is unknown color: approx Kashmir Blue. HEX triplet: 53, 6A and 95. RGB value is (83,106,149). Sum of RGB (Red+Green+Blue) = 83+106+149=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #536A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536A95 is #AC956A. Grayscale: #676767. Windows color (decimal): -11310443 or 9792083. OLE color: 9792083.

HSL color Cylindrical-coordinate representation of color #536A95: hue angle of 219.09º 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 #536A95 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83106149-
CMYK0.440.2900.42
HSL219.09º28.45%45.49%-
HSV(B)219.09º44.3%58.43%-
XYZ14.1514.3230.45-
YUV104.02153.38113-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.56%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=24.56%
G=31.36%
B=44.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831061490.440.2900.42219.0928.4545.49
Hex536A952C1D02Adb1c2d
Octal12315222554350523333455
Binary10100111101010100101011011001110101010101101101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,106,149); }

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

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

 a { background-color: rgb(83,106,149); }

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

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

 span { border-color: rgb(83,106,149); }

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