Html Css Color HEX #536785 Kashmir Blue

📋 copy color: '#536785'

red 83 ◦ green 103 ◦ blue 133

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

Shades of Kashmir Blue #536785

Tints of Kashmir Blue #536785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.29%

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

R = 26.02%
G = 32.29%
B = 41.69%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#536785 (or 0x536785) is known color: Kashmir Blue. HEX triplet: 53, 67 and 85. RGB value is (83,103,133). Sum of RGB (Red+Green+Blue) = 83+103+133=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #536785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536785 is #AC987A. Grayscale: #646464. Windows color (decimal): -11311227 or 8742739. OLE color: 8742739.

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

Color convert

RGB 83 103 133 -
CMYK 0.38 0.23 0 0.48
HSL 216º 0.23% 0.42% -
HSV(B) 216º 0.38% 0.52% -
XYZ 12.65 13.23 24.08 -
YUV 100.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 83 103 133 0.38 0.23 0 0.48 216 0.23 0.42
Hex 53 67 85 26 17 0 30 D8 17 2A
Octal 123 147 205 46 27 0 60 330 27 52
Binary 1010011 1100111 10000101 100110 10111 0 110000 11011000 10111 101010

Color Harmonies of #536785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536785

Black with #536785

Text Example


Text Example

White with #536785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536785; }

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

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

background-color css

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

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

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

border-color css

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

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

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