Html Css Color HEX #53658C Kashmir Blue

📋 copy color: '#53658C'

red 83 ◦ green 101 ◦ blue 140

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

Shades of Kashmir Blue #53658C

Tints of Kashmir Blue #53658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

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

R = 25.62%
G = 31.17%
B = 43.21%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53658C (or 0x53658C) is known color: Kashmir Blue. HEX triplet: 53, 65 and 8C. RGB value is (83,101,140). Sum of RGB (Red+Green+Blue) = 83+101+140=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #53658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53658C is #AC9A73. Grayscale: #636363. Windows color (decimal): -11311732 or 9200979. OLE color: 9200979.

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

Color convert

RGB 83 101 140 -
CMYK 0.41 0.28 0 0.45
HSL 221.05º 0.26% 0.44% -
HSV(B) 221.05º 0.41% 0.55% -
XYZ 12.95 13.04 26.65 -
YUV 100.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 83 101 140 0.41 0.28 0 0.45 221.05 0.26 0.44
Hex 53 65 8C 29 1C 0 2D DD 1A 2C
Octal 123 145 214 51 34 0 55 335 32 54
Binary 1010011 1100101 10001100 101001 11100 0 101101 11011101 11010 101100

Color Harmonies of #53658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53658C

Black with #53658C

Text Example


Text Example

White with #53658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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