Html Css Color HEX #53688E Kashmir Blue

📋 copy color: '#53688E'

red 83 ◦ green 104 ◦ blue 142

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

Shades of Kashmir Blue #53688E

Tints of Kashmir Blue #53688E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.16%

R = 25.23%
G = 31.61%
B = 43.16%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53688E (or 0x53688E) is known color: Kashmir Blue. HEX triplet: 53, 68 and 8E. RGB value is (83,104,142). Sum of RGB (Red+Green+Blue) = 83+104+142=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #53688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53688E is #AC9771. Grayscale: #656565. Windows color (decimal): -11310962 or 9332819. OLE color: 9332819.

HSL color Cylindrical-coordinate representation of color #53688E: hue angle of 218.64º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53688E is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 104 142 -
CMYK 0.42 0.27 0 0.44
HSL 218.64º 0.26% 0.44% -
HSV(B) 218.64º 0.42% 0.56% -
XYZ 13.4 13.69 27.53 -
YUV 102.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 83 104 142 0.42 0.27 0 0.44 218.64 0.26 0.44
Hex 53 68 8E 2A 1B 0 2C DB 1A 2C
Octal 123 150 216 52 33 0 54 333 32 54
Binary 1010011 1101000 10001110 101010 11011 0 101100 11011011 11010 101100

Color Harmonies of #53688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53688E

Black with #53688E

Text Example


Text Example

White with #53688E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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