Html Css Color HEX #53628B Kashmir Blue

📋 copy color: '#53628B'

red 83 ◦ green 98 ◦ blue 139

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

Shades of Kashmir Blue #53628B

Tints of Kashmir Blue #53628B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.44%

R = 25.94%
G = 30.63%
B = 43.44%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53628B (or 0x53628B) is known color: Kashmir Blue. HEX triplet: 53, 62 and 8B. RGB value is (83,98,139). Sum of RGB (Red+Green+Blue) = 83+98+139=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #53628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53628B is #AC9D74. Grayscale: #626262. Windows color (decimal): -11312501 or 9134675. OLE color: 9134675.

HSL color Cylindrical-coordinate representation of color #53628B: hue angle of 223.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53628B is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 98 139 -
CMYK 0.40 0.29 0 0.45
HSL 223.93º 0.25% 0.44% -
HSV(B) 223.93º 0.4% 0.55% -
XYZ 12.6 12.44 26.16 -
YUV 98.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 83 98 139 0.40 0.29 0 0.45 223.93 0.25 0.44
Hex 53 62 8B 28 1D 0 2D E0 19 2C
Octal 123 142 213 50 35 0 55 340 31 54
Binary 1010011 1100010 10001011 101000 11101 0 101101 11100000 11001 101100

Color Harmonies of #53628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53628B

Black with #53628B

Text Example


Text Example

White with #53628B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53628B; }

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

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

background-color css

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

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

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

border-color css

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

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

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