Html Css Color HEX #53638D Kashmir Blue

📋 copy color: '#53638D'

red 83 ◦ green 99 ◦ blue 141

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

Shades of Kashmir Blue #53638D

Tints of Kashmir Blue #53638D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.65%

R = 25.7%
G = 30.65%
B = 43.65%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53638D (or 0x53638D) is known color: Kashmir Blue. HEX triplet: 53, 63 and 8D. RGB value is (83,99,141). Sum of RGB (Red+Green+Blue) = 83+99+141=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #53638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53638D is #AC9C72. Grayscale: #626262. Windows color (decimal): -11312243 or 9266003. OLE color: 9266003.

HSL color Cylindrical-coordinate representation of color #53638D: hue angle of 223.45º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53638D is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 99 141 -
CMYK 0.41 0.30 0 0.45
HSL 223.45º 0.26% 0.44% -
HSV(B) 223.45º 0.41% 0.55% -
XYZ 12.84 12.69 26.97 -
YUV 99 151.7 116.58 -
System Red Green Blue C M Y K H S L
Decimal 83 99 141 0.41 0.30 0 0.45 223.45 0.26 0.44
Hex 53 63 8D 29 1E 0 2D DF 1A 2C
Octal 123 143 215 51 36 0 55 337 32 54
Binary 1010011 1100011 10001101 101001 11110 0 101101 11011111 11010 101100

Color Harmonies of #53638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53638D

Black with #53638D

Text Example


Text Example

White with #53638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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