Html Css Color HEX #537094 Kashmir Blue

📋 copy color: '#537094'

red 83 ◦ green 112 ◦ blue 148

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

Shades of Kashmir Blue #537094

Tints of Kashmir Blue #537094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.15%

R = 24.2%
G = 32.65%
B = 43.15%

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

#537094 (or 0x537094) is known color: Kashmir Blue. HEX triplet: 53, 70 and 94. RGB value is (83,112,148). Sum of RGB (Red+Green+Blue) = 83+112+148=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #537094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537094 is #AC8F6B. Grayscale: #6B6B6B. Windows color (decimal): -11308908 or 9728083. OLE color: 9728083.

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

Color convert

RGB 83 112 148 -
CMYK 0.44 0.24 0 0.42
HSL 213.23º 0.28% 0.45% -
HSV(B) 213.23º 0.44% 0.58% -
XYZ 14.71 15.57 30.25 -
YUV 107.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 83 112 148 0.44 0.24 0 0.42 213.23 0.28 0.45
Hex 53 70 94 2C 18 0 2A D5 1C 2D
Octal 123 160 224 54 30 0 52 325 34 55
Binary 1010011 1110000 10010100 101100 11000 0 101010 11010101 11100 101101

Color Harmonies of #537094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537094

Black with #537094

Text Example


Text Example

White with #537094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537094; }

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

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

background-color css

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

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

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

border-color css

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

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

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