Html Css Color HEX #53678C Kashmir Blue

📋 copy color: '#53678C'

red 83 ◦ green 103 ◦ blue 140

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

Shades of Kashmir Blue #53678C

Tints of Kashmir Blue #53678C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.94%

R = 25.46%
G = 31.6%
B = 42.94%

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

#53678C (or 0x53678C) is known color: Kashmir Blue. HEX triplet: 53, 67 and 8C. RGB value is (83,103,140). Sum of RGB (Red+Green+Blue) = 83+103+140=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #53678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53678C is #AC9873. Grayscale: #656565. Windows color (decimal): -11311220 or 9201491. OLE color: 9201491.

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

Color convert

RGB 83 103 140 -
CMYK 0.41 0.26 0 0.45
HSL 218.95º 0.26% 0.44% -
HSV(B) 218.95º 0.41% 0.55% -
XYZ 13.15 13.43 26.71 -
YUV 101.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 83 103 140 0.41 0.26 0 0.45 218.95 0.26 0.44
Hex 53 67 8C 29 1A 0 2D DB 1A 2C
Octal 123 147 214 51 32 0 55 333 32 54
Binary 1010011 1100111 10001100 101001 11010 0 101101 11011011 11010 101100

Color Harmonies of #53678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53678C

Black with #53678C

Text Example


Text Example

White with #53678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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