Html Css Color HEX #53668C Kashmir Blue

📋 copy color: '#53668C'

red 83 ◦ green 102 ◦ blue 140

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

Shades of Kashmir Blue #53668C

Tints of Kashmir Blue #53668C

RGB

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

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

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

R = 25.54%
G = 31.38%
B = 43.08%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53668C (or 0x53668C) is known color: Kashmir Blue. HEX triplet: 53, 66 and 8C. RGB value is (83,102,140). Sum of RGB (Red+Green+Blue) = 83+102+140=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #53668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53668C is #AC9973. Grayscale: #646464. Windows color (decimal): -11311476 or 9201235. OLE color: 9201235.

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

Color convert

RGB 83 102 140 -
CMYK 0.41 0.27 0 0.45
HSL 220º 0.26% 0.44% -
HSV(B) 220º 0.41% 0.55% -
XYZ 13.05 13.24 26.68 -
YUV 100.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 83 102 140 0.41 0.27 0 0.45 220 0.26 0.44
Hex 53 66 8C 29 1B 0 2D DC 1A 2C
Octal 123 146 214 51 33 0 55 334 32 54
Binary 1010011 1100110 10001100 101001 11011 0 101101 11011100 11010 101100

Color Harmonies of #53668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53668C

Black with #53668C

Text Example


Text Example

White with #53668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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