Html Css Color HEX #535F85 Kashmir Blue

📋 copy color: '#535F85'

red 83 ◦ green 95 ◦ blue 133

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

Shades of Kashmir Blue #535F85

Tints of Kashmir Blue #535F85

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.55%

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

R = 26.69%
G = 30.55%
B = 42.77%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#535F85 (or 0x535F85) is known color: Kashmir Blue. HEX triplet: 53, 5F and 85. RGB value is (83,95,133). Sum of RGB (Red+Green+Blue) = 83+95+133=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #535F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535F85 is #ACA07A. Grayscale: #5F5F5F. Windows color (decimal): -11313275 or 8740691. OLE color: 8740691.

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

Color convert

RGB 83 95 133 -
CMYK 0.38 0.29 0 0.48
HSL 225.6º 0.23% 0.42% -
HSV(B) 225.6º 0.38% 0.52% -
XYZ 11.89 11.72 23.83 -
YUV 95.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 83 95 133 0.38 0.29 0 0.48 225.6 0.23 0.42
Hex 53 5F 85 26 1D 0 30 E2 17 2A
Octal 123 137 205 46 35 0 60 342 27 52
Binary 1010011 1011111 10000101 100110 11101 0 110000 11100010 10111 101010

Color Harmonies of #535F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535F85

Black with #535F85

Text Example


Text Example

White with #535F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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