Html Css Color HEX #537796 Kashmir Blue

📋 copy color: '#537796'

red 83 ◦ green 119 ◦ blue 150

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

Shades of Kashmir Blue #537796

Tints of Kashmir Blue #537796

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

 BLUE value IS 150 (58.98% from 255) = 42.61%

R = 23.58%
G = 33.81%
B = 42.61%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#537796 (or 0x537796) is known color: Kashmir Blue. HEX triplet: 53, 77 and 96. RGB value is (83,119,150). Sum of RGB (Red+Green+Blue) = 83+119+150=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #537796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537796 is #AC8869. Grayscale: #6F6F6F. Windows color (decimal): -11307114 or 9860947. OLE color: 9860947.

HSL color Cylindrical-coordinate representation of color #537796: hue angle of 207.76º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #537796 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 119 150 -
CMYK 0.45 0.21 0 0.41
HSL 207.76º 0.29% 0.46% -
HSV(B) 207.76º 0.45% 0.59% -
XYZ 15.67 17.23 31.35 -
YUV 111.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 83 119 150 0.45 0.21 0 0.41 207.76 0.29 0.46
Hex 53 77 96 2D 15 0 29 D0 1D 2E
Octal 123 167 226 55 25 0 51 320 35 56
Binary 1010011 1110111 10010110 101101 10101 0 101001 11010000 11101 101110

Color Harmonies of #537796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537796

Black with #537796

Text Example


Text Example

White with #537796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537796; }

 p { color: rgb(83,119,150); }

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

background-color css

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

 a { background-color: rgb(83,119,150); }

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

border-color css

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

 span { border-color: rgb(83,119,150); }

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