Html Css Color HEX #536484 Kashmir Blue

📋 copy color: '#536484'

red 83 ◦ green 100 ◦ blue 132

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

Shades of Kashmir Blue #536484

Tints of Kashmir Blue #536484

RGB

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

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

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

R = 26.35%
G = 31.75%
B = 41.9%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#536484 (or 0x536484) is known color: Kashmir Blue. HEX triplet: 53, 64 and 84. RGB value is (83,100,132). Sum of RGB (Red+Green+Blue) = 83+100+132=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #536484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536484 is #AC9B7B. Grayscale: #626262. Windows color (decimal): -11311996 or 8676435. OLE color: 8676435.

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

Color convert

RGB 83 100 132 -
CMYK 0.37 0.24 0 0.48
HSL 219.18º 0.23% 0.42% -
HSV(B) 219.18º 0.37% 0.52% -
XYZ 12.29 12.62 23.62 -
YUV 98.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 83 100 132 0.37 0.24 0 0.48 219.18 0.23 0.42
Hex 53 64 84 25 18 0 30 DB 17 2A
Octal 123 144 204 45 30 0 60 333 27 52
Binary 1010011 1100100 10000100 100101 11000 0 110000 11011011 10111 101010

Color Harmonies of #536484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536484

Black with #536484

Text Example


Text Example

White with #536484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536484; }

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

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

background-color css

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

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

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

border-color css

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

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

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