Html Css Color HEX #536582 Kashmir Blue

📋 copy color: '#536582'

red 83 ◦ green 101 ◦ blue 130

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

Shades of Kashmir Blue #536582

Tints of Kashmir Blue #536582

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.17%

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

R = 26.43%
G = 32.17%
B = 41.4%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536582 (or 0x536582) is known color: Kashmir Blue. HEX triplet: 53, 65 and 82. RGB value is (83,101,130). Sum of RGB (Red+Green+Blue) = 83+101+130=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #536582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536582 is #AC9A7D. Grayscale: #626262. Windows color (decimal): -11311742 or 8545619. OLE color: 8545619.

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

Color convert

RGB 83 101 130 -
CMYK 0.36 0.22 0 0.49
HSL 217.02º 0.22% 0.42% -
HSV(B) 217.02º 0.36% 0.51% -
XYZ 12.25 12.76 22.94 -
YUV 98.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 83 101 130 0.36 0.22 0 0.49 217.02 0.22 0.42
Hex 53 65 82 24 16 0 31 D9 16 2A
Octal 123 145 202 44 26 0 61 331 26 52
Binary 1010011 1100101 10000010 100100 10110 0 110001 11011001 10110 101010

Color Harmonies of #536582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536582

Black with #536582

Text Example


Text Example

White with #536582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536582; }

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

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

background-color css

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

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

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

border-color css

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

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

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