Html Css Color HEX #537095 Kashmir Blue

📋 copy color: '#537095'

red 83 ◦ green 112 ◦ blue 149

#537095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #537095

Tints of Kashmir Blue #537095

RGB

 RED value IS 83 (32.81% from 255) = 24.13%

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 149 (58.59% from 255) = 43.31%

R = 24.13%
G = 32.56%
B = 43.31%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#537095 (or 0x537095) is known color: Kashmir Blue. HEX triplet: 53, 70 and 95. RGB value is (83,112,149). Sum of RGB (Red+Green+Blue) = 83+112+149=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #537095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537095 is #AC8F6A. Grayscale: #6B6B6B. Windows color (decimal): -11308907 or 9793619. OLE color: 9793619.

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

Color convert

RGB 83 112 149 -
CMYK 0.44 0.25 0 0.42
HSL 213.64º 0.28% 0.45% -
HSV(B) 213.64º 0.44% 0.58% -
XYZ 14.79 15.6 30.67 -
YUV 107.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 83 112 149 0.44 0.25 0 0.42 213.64 0.28 0.45
Hex 53 70 95 2C 19 0 2A D6 1C 2D
Octal 123 160 225 54 31 0 52 326 34 55
Binary 1010011 1110000 10010101 101100 11001 0 101010 11010110 11100 101101

Color Harmonies of #537095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537095

Black with #537095

Text Example


Text Example

White with #537095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537095; }

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

 H1.HeaderClassName
 {
   color: #537095;
 }
 .AnyTagClassName
 {
   color: #537095;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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