Html Css Color HEX #536184 Kashmir Blue

📋 copy color: '#536184'

red 83 ◦ green 97 ◦ blue 132

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

Shades of Kashmir Blue #536184

Tints of Kashmir Blue #536184

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.09%

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

R = 26.6%
G = 31.09%
B = 42.31%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#536184 (or 0x536184) is known color: Kashmir Blue. HEX triplet: 53, 61 and 84. RGB value is (83,97,132). Sum of RGB (Red+Green+Blue) = 83+97+132=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #536184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536184 is #AC9E7B. Grayscale: #606060. Windows color (decimal): -11312764 or 8675667. OLE color: 8675667.

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

Color convert

RGB 83 97 132 -
CMYK 0.37 0.27 0 0.48
HSL 222.86º 0.23% 0.42% -
HSV(B) 222.86º 0.37% 0.52% -
XYZ 12.01 12.05 23.52 -
YUV 96.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 83 97 132 0.37 0.27 0 0.48 222.86 0.23 0.42
Hex 53 61 84 25 1B 0 30 DF 17 2A
Octal 123 141 204 45 33 0 60 337 27 52
Binary 1010011 1100001 10000100 100101 11011 0 110000 11011111 10111 101010

Color Harmonies of #536184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536184

Black with #536184

Text Example


Text Example

White with #536184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536184; }

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

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

background-color css

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

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

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

border-color css

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

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

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