Html Css Color HEX #536086 Kashmir Blue

📋 copy color: '#536086'

red 83 ◦ green 96 ◦ blue 134

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

Shades of Kashmir Blue #536086

Tints of Kashmir Blue #536086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.81%

R = 26.52%
G = 30.67%
B = 42.81%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#536086 (or 0x536086) is known color: Kashmir Blue. HEX triplet: 53, 60 and 86. RGB value is (83,96,134). Sum of RGB (Red+Green+Blue) = 83+96+134=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #536086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536086 is #AC9F79. Grayscale: #606060. Windows color (decimal): -11313018 or 8806483. OLE color: 8806483.

HSL color Cylindrical-coordinate representation of color #536086: hue angle of 224.71º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #536086 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 96 134 -
CMYK 0.38 0.28 0 0.47
HSL 224.71º 0.24% 0.43% -
HSV(B) 224.71º 0.38% 0.53% -
XYZ 12.05 11.93 24.22 -
YUV 96.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 83 96 134 0.38 0.28 0 0.47 224.71 0.24 0.43
Hex 53 60 86 26 1C 0 2F E1 18 2B
Octal 123 140 206 46 34 0 57 341 30 53
Binary 1010011 1100000 10000110 100110 11100 0 101111 11100001 11000 101011

Color Harmonies of #536086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536086

Black with #536086

Text Example


Text Example

White with #536086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536086; }

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

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

background-color css

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

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

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

border-color css

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

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

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