Html Css Color HEX #53678E Kashmir Blue

📋 copy color: '#53678E'

red 83 ◦ green 103 ◦ blue 142

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

Shades of Kashmir Blue #53678E

Tints of Kashmir Blue #53678E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

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

R = 25.3%
G = 31.4%
B = 43.29%

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

#53678E (or 0x53678E) is known color: Kashmir Blue. HEX triplet: 53, 67 and 8E. RGB value is (83,103,142). Sum of RGB (Red+Green+Blue) = 83+103+142=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #53678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53678E is #AC9871. Grayscale: #656565. Windows color (decimal): -11311218 or 9332563. OLE color: 9332563.

HSL color Cylindrical-coordinate representation of color #53678E: hue angle of 219.66º 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 #53678E is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 103 142 -
CMYK 0.42 0.27 0 0.44
HSL 219.66º 0.26% 0.44% -
HSV(B) 219.66º 0.42% 0.56% -
XYZ 13.3 13.49 27.49 -
YUV 101.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 83 103 142 0.42 0.27 0 0.44 219.66 0.26 0.44
Hex 53 67 8E 2A 1B 0 2C DC 1A 2C
Octal 123 147 216 52 33 0 54 334 32 54
Binary 1010011 1100111 10001110 101010 11011 0 101100 11011100 11010 101100

Color Harmonies of #53678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53678E

Black with #53678E

Text Example


Text Example

White with #53678E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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