Html Css Color HEX #53618B Kashmir Blue

📋 copy color: '#53618B'

red 83 ◦ green 97 ◦ blue 139

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

Shades of Kashmir Blue #53618B

Tints of Kashmir Blue #53618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

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

R = 26.02%
G = 30.41%
B = 43.57%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53618B (or 0x53618B) is known color: Kashmir Blue. HEX triplet: 53, 61 and 8B. RGB value is (83,97,139). Sum of RGB (Red+Green+Blue) = 83+97+139=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #53618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53618B is #AC9E74. Grayscale: #616161. Windows color (decimal): -11312757 or 9134419. OLE color: 9134419.

HSL color Cylindrical-coordinate representation of color #53618B: hue angle of 225º 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 #53618B is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 97 139 -
CMYK 0.40 0.30 0 0.45
HSL 225º 0.25% 0.44% -
HSV(B) 225º 0.4% 0.55% -
XYZ 12.5 12.25 26.13 -
YUV 97.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 83 97 139 0.40 0.30 0 0.45 225 0.25 0.44
Hex 53 61 8B 28 1E 0 2D E1 19 2C
Octal 123 141 213 50 36 0 55 341 31 54
Binary 1010011 1100001 10001011 101000 11110 0 101101 11100001 11001 101100

Color Harmonies of #53618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53618B

Black with #53618B

Text Example


Text Example

White with #53618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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