Html Css Color HEX #536485 Kashmir Blue

📋 copy color: '#536485'

red 83 ◦ green 100 ◦ blue 133

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

Shades of Kashmir Blue #536485

Tints of Kashmir Blue #536485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

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

R = 26.27%
G = 31.65%
B = 42.09%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#536485 (or 0x536485) is known color: Kashmir Blue. HEX triplet: 53, 64 and 85. RGB value is (83,100,133). Sum of RGB (Red+Green+Blue) = 83+100+133=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #536485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536485 is #AC9B7A. Grayscale: #626262. Windows color (decimal): -11311995 or 8741971. OLE color: 8741971.

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

Color convert

RGB 83 100 133 -
CMYK 0.38 0.25 0 0.48
HSL 219.6º 0.23% 0.42% -
HSV(B) 219.6º 0.38% 0.52% -
XYZ 12.36 12.65 23.98 -
YUV 98.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 83 100 133 0.38 0.25 0 0.48 219.6 0.23 0.42
Hex 53 64 85 26 19 0 30 DC 17 2A
Octal 123 144 205 46 31 0 60 334 27 52
Binary 1010011 1100100 10000101 100110 11001 0 110000 11011100 10111 101010

Color Harmonies of #536485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536485

Black with #536485

Text Example


Text Example

White with #536485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536485; }

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

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

background-color css

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

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

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

border-color css

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

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

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