Html Css Color HEX #536E90 Kashmir Blue

📋 copy color: '#536E90'

red 83 ◦ green 110 ◦ blue 144

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

Shades of Kashmir Blue #536E90

Tints of Kashmir Blue #536E90

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.64%

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 24.63%
G = 32.64%
B = 42.73%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#536E90 (or 0x536E90) is known color: Kashmir Blue. HEX triplet: 53, 6E and 90. RGB value is (83,110,144). Sum of RGB (Red+Green+Blue) = 83+110+144=337 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.63% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #536E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536E90 is #AC916F. Grayscale: #696969. Windows color (decimal): -11309424 or 9465427. OLE color: 9465427.

HSL color Cylindrical-coordinate representation of color #536E90: hue angle of 213.44º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #536E90 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 110 144 -
CMYK 0.42 0.24 0 0.44
HSL 213.44º 0.27% 0.45% -
HSV(B) 213.44º 0.42% 0.56% -
XYZ 14.18 15 28.53 -
YUV 105.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 83 110 144 0.42 0.24 0 0.44 213.44 0.27 0.45
Hex 53 6E 90 2A 18 0 2C D5 1B 2D
Octal 123 156 220 52 30 0 54 325 33 55
Binary 1010011 1101110 10010000 101010 11000 0 101100 11010101 11011 101101

Color Harmonies of #536E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536E90

Black with #536E90

Text Example


Text Example

White with #536E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536E90; }

 p { color: rgb(83,110,144); }

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

background-color css

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

 a { background-color: rgb(83,110,144); }

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

border-color css

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

 span { border-color: rgb(83,110,144); }

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