#536F92

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

Shades of Kashmir Blue #536F92

Tints of Kashmir Blue #536F92

Color information

#536F92 (or 0x536F92) is unknown color: approx Kashmir Blue. HEX triplet: 53, 6F and 92. RGB value is (83,111,146). Sum of RGB (Red+Green+Blue) = 83+111+146=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #536F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536F92 is #AC906D. Grayscale: #6A6A6A. Windows color (decimal): -11309166 or 9596755. OLE color: 9596755.

HSL color Cylindrical-coordinate representation of color #536F92: hue angle of 213.33º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #536F92 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83111146-
CMYK0.430.2400.43
HSL213.33º27.51%44.9%-
HSV(B)213.33º43.15%57.25%-
XYZ14.4415.2829.38-
YUV106.62150.22111.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.41%
GREEN value IS 111 (43.75% from 255) = 32.65%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=24.41%
G=32.65%
B=42.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831111460.430.2400.43213.3327.5144.9
Hex536F922B1802Bd51c2d
Octal12315722253300533253455
Binary10100111101111100100101010111100001010111101010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,111,146); }

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

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

 a { background-color: rgb(83,111,146); }

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

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

 span { border-color: rgb(83,111,146); }

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