Html Css Color HEX #53678B Kashmir Blue

📋 copy color: '#53678B'

red 83 ◦ green 103 ◦ blue 139

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

Shades of Kashmir Blue #53678B

Tints of Kashmir Blue #53678B

RGB

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

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

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

R = 25.54%
G = 31.69%
B = 42.77%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53678B (or 0x53678B) is known color: Kashmir Blue. HEX triplet: 53, 67 and 8B. RGB value is (83,103,139). Sum of RGB (Red+Green+Blue) = 83+103+139=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #53678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53678B is #AC9874. Grayscale: #646464. Windows color (decimal): -11311221 or 9135955. OLE color: 9135955.

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

Color convert

RGB 83 103 139 -
CMYK 0.40 0.26 0 0.45
HSL 218.57º 0.25% 0.44% -
HSV(B) 218.57º 0.4% 0.55% -
XYZ 13.08 13.4 26.32 -
YUV 101.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 83 103 139 0.40 0.26 0 0.45 218.57 0.25 0.44
Hex 53 67 8B 28 1A 0 2D DB 19 2C
Octal 123 147 213 50 32 0 55 333 31 54
Binary 1010011 1100111 10001011 101000 11010 0 101101 11011011 11001 101100

Color Harmonies of #53678B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53678B

Black with #53678B

Text Example


Text Example

White with #53678B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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