Html Css Color HEX #53678D Kashmir Blue

📋 copy color: '#53678D'

red 83 ◦ green 103 ◦ blue 141

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

Shades of Kashmir Blue #53678D

Tints of Kashmir Blue #53678D

RGB

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

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

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

R = 25.38%
G = 31.5%
B = 43.12%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53678D (or 0x53678D) is known color: Kashmir Blue. HEX triplet: 53, 67 and 8D. RGB value is (83,103,141). Sum of RGB (Red+Green+Blue) = 83+103+141=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #53678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53678D is #AC9872. Grayscale: #656565. Windows color (decimal): -11311219 or 9267027. OLE color: 9267027.

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

Color convert

RGB 83 103 141 -
CMYK 0.41 0.27 0 0.45
HSL 219.31º 0.26% 0.44% -
HSV(B) 219.31º 0.41% 0.55% -
XYZ 13.23 13.46 27.1 -
YUV 101.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 83 103 141 0.41 0.27 0 0.45 219.31 0.26 0.44
Hex 53 67 8D 29 1B 0 2D DB 1A 2C
Octal 123 147 215 51 33 0 55 333 32 54
Binary 1010011 1100111 10001101 101001 11011 0 101101 11011011 11010 101100

Color Harmonies of #53678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53678D

Black with #53678D

Text Example


Text Example

White with #53678D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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