Html Css Color HEX #537491 Kashmir Blue

📋 copy color: '#537491'

red 83 ◦ green 116 ◦ blue 145

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

Shades of Kashmir Blue #537491

Tints of Kashmir Blue #537491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.72%

 BLUE value IS 145 (57.03% from 255) = 42.15%

R = 24.13%
G = 33.72%
B = 42.15%

CMYK

 C value IS 0.43

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#537491 (or 0x537491) is known color: Kashmir Blue. HEX triplet: 53, 74 and 91. RGB value is (83,116,145). Sum of RGB (Red+Green+Blue) = 83+116+145=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #537491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537491 is #AC8B6E. Grayscale: #6D6D6D. Windows color (decimal): -11307887 or 9532499. OLE color: 9532499.

HSL color Cylindrical-coordinate representation of color #537491: hue angle of 208.06º degrees, saturation: 0.27, 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 #537491 is Cyan = 0.43, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 116 145 -
CMYK 0.43 0.2 0 0.43
HSL 208.06º 0.27% 0.45% -
HSV(B) 208.06º 0.43% 0.57% -
XYZ 14.92 16.37 29.16 -
YUV 109.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 83 116 145 0.43 0.2 0 0.43 208.06 0.27 0.45
Hex 53 74 91 2B 14 0 2B D0 1B 2D
Octal 123 164 221 53 24 0 53 320 33 55
Binary 1010011 1110100 10010001 101011 10100 0 101011 11010000 11011 101101

Color Harmonies of #537491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537491

Black with #537491

Text Example


Text Example

White with #537491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537491; }

 p { color: rgb(83,116,145); }

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

background-color css

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

 a { background-color: rgb(83,116,145); }

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

border-color css

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

 span { border-color: rgb(83,116,145); }

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