Html Css Color HEX #536585 Kashmir Blue

📋 copy color: '#536585'

red 83 ◦ green 101 ◦ blue 133

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

Shades of Kashmir Blue #536585

Tints of Kashmir Blue #536585

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

 BLUE value IS 133 (52.34% from 255) = 41.96%

R = 26.18%
G = 31.86%
B = 41.96%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#536585 (or 0x536585) is known color: Kashmir Blue. HEX triplet: 53, 65 and 85. RGB value is (83,101,133). Sum of RGB (Red+Green+Blue) = 83+101+133=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #536585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536585 is #AC9A7A. Grayscale: #636363. Windows color (decimal): -11311739 or 8742227. OLE color: 8742227.

HSL color Cylindrical-coordinate representation of color #536585: hue angle of 218.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #536585 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 101 133 -
CMYK 0.38 0.24 0 0.48
HSL 218.4º 0.23% 0.42% -
HSV(B) 218.4º 0.38% 0.52% -
XYZ 12.45 12.84 24.01 -
YUV 99.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 83 101 133 0.38 0.24 0 0.48 218.4 0.23 0.42
Hex 53 65 85 26 18 0 30 DA 17 2A
Octal 123 145 205 46 30 0 60 332 27 52
Binary 1010011 1100101 10000101 100110 11000 0 110000 11011010 10111 101010

Color Harmonies of #536585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536585

Black with #536585

Text Example


Text Example

White with #536585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536585; }

 p { color: rgb(83,101,133); }

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

background-color css

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

 a { background-color: rgb(83,101,133); }

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

border-color css

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

 span { border-color: rgb(83,101,133); }

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