Html Css Color HEX #536185 Kashmir Blue

📋 copy color: '#536185'

red 83 ◦ green 97 ◦ blue 133

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

Shades of Kashmir Blue #536185

Tints of Kashmir Blue #536185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

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

R = 26.52%
G = 30.99%
B = 42.49%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#536185 (or 0x536185) is known color: Kashmir Blue. HEX triplet: 53, 61 and 85. RGB value is (83,97,133). Sum of RGB (Red+Green+Blue) = 83+97+133=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 133 - color contains mainly: blue. Hex color #536185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536185 is #AC9E7A. Grayscale: #606060. Windows color (decimal): -11312763 or 8741203. OLE color: 8741203.

HSL color Cylindrical-coordinate representation of color #536185: hue angle of 223.2º 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 #536185 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 97 133 -
CMYK 0.38 0.27 0 0.48
HSL 223.2º 0.23% 0.42% -
HSV(B) 223.2º 0.38% 0.52% -
XYZ 12.08 12.08 23.89 -
YUV 96.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 83 97 133 0.38 0.27 0 0.48 223.2 0.23 0.42
Hex 53 61 85 26 1B 0 30 DF 17 2A
Octal 123 141 205 46 33 0 60 337 27 52
Binary 1010011 1100001 10000101 100110 11011 0 110000 11011111 10111 101010

Color Harmonies of #536185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536185

Black with #536185

Text Example


Text Example

White with #536185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536185; }

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

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

background-color css

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

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

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

border-color css

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

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

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