Html Css Color HEX #53658B Kashmir Blue

📋 copy color: '#53658B'

red 83 ◦ green 101 ◦ blue 139

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

Shades of Kashmir Blue #53658B

Tints of Kashmir Blue #53658B

RGB

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

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

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

R = 25.7%
G = 31.27%
B = 43.03%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53658B (or 0x53658B) is known color: Kashmir Blue. HEX triplet: 53, 65 and 8B. RGB value is (83,101,139). Sum of RGB (Red+Green+Blue) = 83+101+139=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #53658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53658B is #AC9A74. Grayscale: #636363. Windows color (decimal): -11311733 or 9135443. OLE color: 9135443.

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

Color convert

RGB 83 101 139 -
CMYK 0.40 0.27 0 0.45
HSL 220.71º 0.25% 0.44% -
HSV(B) 220.71º 0.4% 0.55% -
XYZ 12.88 13.01 26.26 -
YUV 99.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 83 101 139 0.40 0.27 0 0.45 220.71 0.25 0.44
Hex 53 65 8B 28 1B 0 2D DD 19 2C
Octal 123 145 213 50 33 0 55 335 31 54
Binary 1010011 1100101 10001011 101000 11011 0 101101 11011101 11001 101100

Color Harmonies of #53658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53658B

Black with #53658B

Text Example


Text Example

White with #53658B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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