Html Css Color HEX #536584 Kashmir Blue

📋 copy color: '#536584'

red 83 ◦ green 101 ◦ blue 132

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

Shades of Kashmir Blue #536584

Tints of Kashmir Blue #536584

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.96%

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

R = 26.27%
G = 31.96%
B = 41.77%

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

#536584 (or 0x536584) is known color: Kashmir Blue. HEX triplet: 53, 65 and 84. RGB value is (83,101,132). Sum of RGB (Red+Green+Blue) = 83+101+132=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #536584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536584 is #AC9A7B. Grayscale: #636363. Windows color (decimal): -11311740 or 8676691. OLE color: 8676691.

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

Color convert

RGB 83 101 132 -
CMYK 0.37 0.23 0 0.48
HSL 217.96º 0.23% 0.42% -
HSV(B) 217.96º 0.37% 0.52% -
XYZ 12.39 12.81 23.65 -
YUV 99.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 83 101 132 0.37 0.23 0 0.48 217.96 0.23 0.42
Hex 53 65 84 25 17 0 30 DA 17 2A
Octal 123 145 204 45 27 0 60 332 27 52
Binary 1010011 1100101 10000100 100101 10111 0 110000 11011010 10111 101010

Color Harmonies of #536584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536584

Black with #536584

Text Example


Text Example

White with #536584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536584; }

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

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

background-color css

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

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

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

border-color css

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

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

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