Html Css Color HEX #536482 Kashmir Blue

📋 copy color: '#536482'

red 83 ◦ green 100 ◦ blue 130

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

Shades of Kashmir Blue #536482

Tints of Kashmir Blue #536482

RGB

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

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

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

R = 26.52%
G = 31.95%
B = 41.53%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536482 (or 0x536482) is known color: Kashmir Blue. HEX triplet: 53, 64 and 82. RGB value is (83,100,130). Sum of RGB (Red+Green+Blue) = 83+100+130=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #536482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536482 is #AC9B7D. Grayscale: #626262. Windows color (decimal): -11311998 or 8545363. OLE color: 8545363.

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

Color convert

RGB 83 100 130 -
CMYK 0.36 0.23 0 0.49
HSL 218.3º 0.22% 0.42% -
HSV(B) 218.3º 0.36% 0.51% -
XYZ 12.15 12.57 22.9 -
YUV 98.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 83 100 130 0.36 0.23 0 0.49 218.3 0.22 0.42
Hex 53 64 82 24 17 0 31 DA 16 2A
Octal 123 144 202 44 27 0 61 332 26 52
Binary 1010011 1100100 10000010 100100 10111 0 110001 11011010 10110 101010

Color Harmonies of #536482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536482

Black with #536482

Text Example


Text Example

White with #536482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536482; }

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

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

background-color css

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

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

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

border-color css

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

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

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