Html Css Color HEX #536684 Kashmir Blue

📋 copy color: '#536684'

red 83 ◦ green 102 ◦ blue 132

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

Shades of Kashmir Blue #536684

Tints of Kashmir Blue #536684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 26.18%
G = 32.18%
B = 41.64%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#536684 (or 0x536684) is known color: Kashmir Blue. HEX triplet: 53, 66 and 84. RGB value is (83,102,132). Sum of RGB (Red+Green+Blue) = 83+102+132=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #536684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536684 is #AC997B. Grayscale: #636363. Windows color (decimal): -11311484 or 8676947. OLE color: 8676947.

HSL color Cylindrical-coordinate representation of color #536684: hue angle of 216.73º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #536684 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 102 132 -
CMYK 0.37 0.23 0 0.48
HSL 216.73º 0.23% 0.42% -
HSV(B) 216.73º 0.37% 0.52% -
XYZ 12.48 13.01 23.68 -
YUV 99.74 146.21 116.06 -
System Red Green Blue C M Y K H S L
Decimal 83 102 132 0.37 0.23 0 0.48 216.73 0.23 0.42
Hex 53 66 84 25 17 0 30 D9 17 2A
Octal 123 146 204 45 27 0 60 331 27 52
Binary 1010011 1100110 10000100 100101 10111 0 110000 11011001 10111 101010

Color Harmonies of #536684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536684

Black with #536684

Text Example


Text Example

White with #536684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536684; }

 p { color: rgb(83,102,132); }

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

background-color css

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

 a { background-color: rgb(83,102,132); }

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

border-color css

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

 span { border-color: rgb(83,102,132); }

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