Html Css Color HEX #537093 Kashmir Blue

📋 copy color: '#537093'

red 83 ◦ green 112 ◦ blue 147

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

Shades of Kashmir Blue #537093

Tints of Kashmir Blue #537093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.98%

R = 24.27%
G = 32.75%
B = 42.98%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#537093 (or 0x537093) is known color: Kashmir Blue. HEX triplet: 53, 70 and 93. RGB value is (83,112,147). Sum of RGB (Red+Green+Blue) = 83+112+147=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #537093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537093 is #AC8F6C. Grayscale: #6B6B6B. Windows color (decimal): -11308909 or 9662547. OLE color: 9662547.

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

Color convert

RGB 83 112 147 -
CMYK 0.44 0.24 0 0.42
HSL 212.81º 0.28% 0.45% -
HSV(B) 212.81º 0.44% 0.58% -
XYZ 14.63 15.53 29.83 -
YUV 107.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 83 112 147 0.44 0.24 0 0.42 212.81 0.28 0.45
Hex 53 70 93 2C 18 0 2A D5 1C 2D
Octal 123 160 223 54 30 0 52 325 34 55
Binary 1010011 1110000 10010011 101100 11000 0 101010 11010101 11100 101101

Color Harmonies of #537093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537093

Black with #537093

Text Example


Text Example

White with #537093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537093; }

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

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

background-color css

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

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

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

border-color css

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

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

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