Html Css Color HEX #536D90 Kashmir Blue

📋 copy color: '#536D90'

red 83 ◦ green 109 ◦ blue 144

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

Shades of Kashmir Blue #536D90

Tints of Kashmir Blue #536D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

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

R = 24.7%
G = 32.44%
B = 42.86%

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

#536D90 (or 0x536D90) is known color: Kashmir Blue. HEX triplet: 53, 6D and 90. RGB value is (83,109,144). Sum of RGB (Red+Green+Blue) = 83+109+144=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #536D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536D90 is #AC926F. Grayscale: #696969. Windows color (decimal): -11309680 or 9465171. OLE color: 9465171.

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

Color convert

RGB 83 109 144 -
CMYK 0.42 0.24 0 0.44
HSL 214.43º 0.27% 0.45% -
HSV(B) 214.43º 0.42% 0.56% -
XYZ 14.07 14.79 28.5 -
YUV 105.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 83 109 144 0.42 0.24 0 0.44 214.43 0.27 0.45
Hex 53 6D 90 2A 18 0 2C D6 1B 2D
Octal 123 155 220 52 30 0 54 326 33 55
Binary 1010011 1101101 10010000 101010 11000 0 101100 11010110 11011 101101

Color Harmonies of #536D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536D90

Black with #536D90

Text Example


Text Example

White with #536D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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