Html Css Color HEX #536D8E Kashmir Blue

📋 copy color: '#536D8E'

red 83 ◦ green 109 ◦ blue 142

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

Shades of Kashmir Blue #536D8E

Tints of Kashmir Blue #536D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 24.85%
G = 32.63%
B = 42.51%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#536D8E (or 0x536D8E) is known color: Kashmir Blue. HEX triplet: 53, 6D and 8E. RGB value is (83,109,142). Sum of RGB (Red+Green+Blue) = 83+109+142=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #536D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536D8E is #AC9271. Grayscale: #686868. Windows color (decimal): -11309682 or 9334099. OLE color: 9334099.

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

Color convert

RGB 83 109 142 -
CMYK 0.42 0.23 0 0.44
HSL 213.56º 0.26% 0.44% -
HSV(B) 213.56º 0.42% 0.56% -
XYZ 13.92 14.73 27.7 -
YUV 104.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 83 109 142 0.42 0.23 0 0.44 213.56 0.26 0.44
Hex 53 6D 8E 2A 17 0 2C D6 1A 2C
Octal 123 155 216 52 27 0 54 326 32 54
Binary 1010011 1101101 10001110 101010 10111 0 101100 11010110 11010 101100

Color Harmonies of #536D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536D8E

Black with #536D8E

Text Example


Text Example

White with #536D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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