Html Css Color HEX #536282 Kashmir Blue

📋 copy color: '#536282'

red 83 ◦ green 98 ◦ blue 130

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

Shades of Kashmir Blue #536282

Tints of Kashmir Blue #536282

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.51%

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

R = 26.69%
G = 31.51%
B = 41.8%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536282 (or 0x536282) is known color: Kashmir Blue. HEX triplet: 53, 62 and 82. RGB value is (83,98,130). Sum of RGB (Red+Green+Blue) = 83+98+130=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #536282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536282 is #AC9D7D. Grayscale: #616161. Windows color (decimal): -11312510 or 8544851. OLE color: 8544851.

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

Color convert

RGB 83 98 130 -
CMYK 0.36 0.25 0 0.49
HSL 220.85º 0.22% 0.42% -
HSV(B) 220.85º 0.36% 0.51% -
XYZ 11.96 12.19 22.84 -
YUV 97.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 83 98 130 0.36 0.25 0 0.49 220.85 0.22 0.42
Hex 53 62 82 24 19 0 31 DD 16 2A
Octal 123 142 202 44 31 0 61 335 26 52
Binary 1010011 1100010 10000010 100100 11001 0 110001 11011101 10110 101010

Color Harmonies of #536282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536282

Black with #536282

Text Example


Text Example

White with #536282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536282; }

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

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

background-color css

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

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

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

border-color css

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

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

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