Html Css Color HEX #53688D Kashmir Blue

📋 copy color: '#53688D'

red 83 ◦ green 104 ◦ blue 141

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

Shades of Kashmir Blue #53688D

Tints of Kashmir Blue #53688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.71%

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

R = 25.3%
G = 31.71%
B = 42.99%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53688D (or 0x53688D) is known color: Kashmir Blue. HEX triplet: 53, 68 and 8D. RGB value is (83,104,141). Sum of RGB (Red+Green+Blue) = 83+104+141=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #53688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53688D is #AC9772. Grayscale: #656565. Windows color (decimal): -11310963 or 9267283. OLE color: 9267283.

HSL color Cylindrical-coordinate representation of color #53688D: hue angle of 218.28º 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 #53688D is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 104 141 -
CMYK 0.41 0.26 0 0.45
HSL 218.28º 0.26% 0.44% -
HSV(B) 218.28º 0.41% 0.55% -
XYZ 13.33 13.66 27.13 -
YUV 101.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 83 104 141 0.41 0.26 0 0.45 218.28 0.26 0.44
Hex 53 68 8D 29 1A 0 2D DA 1A 2C
Octal 123 150 215 51 32 0 55 332 32 54
Binary 1010011 1101000 10001101 101001 11010 0 101101 11011010 11010 101100

Color Harmonies of #53688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53688D

Black with #53688D

Text Example


Text Example

White with #53688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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