Html Css Color HEX #536085 Kashmir Blue

📋 copy color: '#536085'

red 83 ◦ green 96 ◦ blue 133

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

Shades of Kashmir Blue #536085

Tints of Kashmir Blue #536085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.77%

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

R = 26.6%
G = 30.77%
B = 42.63%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#536085 (or 0x536085) is known color: Kashmir Blue. HEX triplet: 53, 60 and 85. RGB value is (83,96,133). Sum of RGB (Red+Green+Blue) = 83+96+133=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #536085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536085 is #AC9F7A. Grayscale: #606060. Windows color (decimal): -11313019 or 8740947. OLE color: 8740947.

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

Color convert

RGB 83 96 133 -
CMYK 0.38 0.28 0 0.48
HSL 224.4º 0.23% 0.42% -
HSV(B) 224.4º 0.38% 0.52% -
XYZ 11.98 11.9 23.86 -
YUV 96.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 83 96 133 0.38 0.28 0 0.48 224.4 0.23 0.42
Hex 53 60 85 26 1C 0 30 E0 17 2A
Octal 123 140 205 46 34 0 60 340 27 52
Binary 1010011 1100000 10000101 100110 11100 0 110000 11100000 10111 101010

Color Harmonies of #536085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536085

Black with #536085

Text Example


Text Example

White with #536085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536085; }

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

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

background-color css

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

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

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

border-color css

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

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

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