Html Css Color HEX #536382 Kashmir Blue

📋 copy color: '#536382'

red 83 ◦ green 99 ◦ blue 130

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

Shades of Kashmir Blue #536382

Tints of Kashmir Blue #536382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.73%

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 26.6%
G = 31.73%
B = 41.67%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536382 (or 0x536382) is known color: Kashmir Blue. HEX triplet: 53, 63 and 82. RGB value is (83,99,130). Sum of RGB (Red+Green+Blue) = 83+99+130=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #536382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536382 is #AC9C7D. Grayscale: #616161. Windows color (decimal): -11312254 or 8545107. OLE color: 8545107.

HSL color Cylindrical-coordinate representation of color #536382: hue angle of 219.57º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #536382 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 99 130 -
CMYK 0.36 0.24 0 0.49
HSL 219.57º 0.22% 0.42% -
HSV(B) 219.57º 0.36% 0.51% -
XYZ 12.06 12.37 22.87 -
YUV 97.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 83 99 130 0.36 0.24 0 0.49 219.57 0.22 0.42
Hex 53 63 82 24 18 0 31 DC 16 2A
Octal 123 143 202 44 30 0 61 334 26 52
Binary 1010011 1100011 10000010 100100 11000 0 110001 11011100 10110 101010

Color Harmonies of #536382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536382

Black with #536382

Text Example


Text Example

White with #536382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536382; }

 p { color: rgb(83,99,130); }

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

background-color css

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

 a { background-color: rgb(83,99,130); }

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

border-color css

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

 span { border-color: rgb(83,99,130); }

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