Html Css Color HEX #536084 Kashmir Blue

📋 copy color: '#536084'

red 83 ◦ green 96 ◦ blue 132

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

Shades of Kashmir Blue #536084

Tints of Kashmir Blue #536084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

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

R = 26.69%
G = 30.87%
B = 42.44%

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

#536084 (or 0x536084) is known color: Kashmir Blue. HEX triplet: 53, 60 and 84. RGB value is (83,96,132). Sum of RGB (Red+Green+Blue) = 83+96+132=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #536084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536084 is #AC9F7B. Grayscale: #606060. Windows color (decimal): -11313020 or 8675411. OLE color: 8675411.

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

Color convert

RGB 83 96 132 -
CMYK 0.37 0.27 0 0.48
HSL 224.08º 0.23% 0.42% -
HSV(B) 224.08º 0.37% 0.52% -
XYZ 11.92 11.87 23.49 -
YUV 96.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 83 96 132 0.37 0.27 0 0.48 224.08 0.23 0.42
Hex 53 60 84 25 1B 0 30 E0 17 2A
Octal 123 140 204 45 33 0 60 340 27 52
Binary 1010011 1100000 10000100 100101 11011 0 110000 11100000 10111 101010

Color Harmonies of #536084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536084

Black with #536084

Text Example


Text Example

White with #536084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536084; }

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

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

background-color css

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

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

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

border-color css

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

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

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