Html Css Color HEX #53668B Kashmir Blue

📋 copy color: '#53668B'

red 83 ◦ green 102 ◦ blue 139

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

Shades of Kashmir Blue #53668B

Tints of Kashmir Blue #53668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.48%

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

R = 25.62%
G = 31.48%
B = 42.9%

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

#53668B (or 0x53668B) is known color: Kashmir Blue. HEX triplet: 53, 66 and 8B. RGB value is (83,102,139). Sum of RGB (Red+Green+Blue) = 83+102+139=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #53668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53668B is #AC9974. Grayscale: #646464. Windows color (decimal): -11311477 or 9135699. OLE color: 9135699.

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

Color convert

RGB 83 102 139 -
CMYK 0.40 0.27 0 0.45
HSL 219.64º 0.25% 0.44% -
HSV(B) 219.64º 0.4% 0.55% -
XYZ 12.98 13.21 26.29 -
YUV 100.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 83 102 139 0.40 0.27 0 0.45 219.64 0.25 0.44
Hex 53 66 8B 28 1B 0 2D DC 19 2C
Octal 123 146 213 50 33 0 55 334 31 54
Binary 1010011 1100110 10001011 101000 11011 0 101101 11011100 11001 101100

Color Harmonies of #53668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53668B

Black with #53668B

Text Example


Text Example

White with #53668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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