Html Css Color HEX #535E87 Kashmir Blue

📋 copy color: '#535E87'

red 83 ◦ green 94 ◦ blue 135

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

Shades of Kashmir Blue #535E87

Tints of Kashmir Blue #535E87

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.13%

 BLUE value IS 135 (53.13% from 255) = 43.27%

R = 26.6%
G = 30.13%
B = 43.27%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#535E87 (or 0x535E87) is known color: Kashmir Blue. HEX triplet: 53, 5E and 87. RGB value is (83,94,135). Sum of RGB (Red+Green+Blue) = 83+94+135=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #535E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535E87 is #ACA178. Grayscale: #5F5F5F. Windows color (decimal): -11313529 or 8871507. OLE color: 8871507.

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

Color convert

RGB 83 94 135 -
CMYK 0.39 0.30 0 0.47
HSL 227.31º 0.24% 0.43% -
HSV(B) 227.31º 0.39% 0.53% -
XYZ 11.94 11.59 24.53 -
YUV 95.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 83 94 135 0.39 0.30 0 0.47 227.31 0.24 0.43
Hex 53 5E 87 27 1E 0 2F E3 18 2B
Octal 123 136 207 47 36 0 57 343 30 53
Binary 1010011 1011110 10000111 100111 11110 0 101111 11100011 11000 101011

Color Harmonies of #535E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535E87

Black with #535E87

Text Example


Text Example

White with #535E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535E87; }

 p { color: rgb(83,94,135); }

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

background-color css

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

 a { background-color: rgb(83,94,135); }

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

border-color css

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

 span { border-color: rgb(83,94,135); }

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