Html Css Color HEX #52688C Kashmir Blue

📋 copy color: '#52688C'

red 82 ◦ green 104 ◦ blue 140

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

Shades of Kashmir Blue #52688C

Tints of Kashmir Blue #52688C

RGB

 RED value IS 82 (32.42% from 255) = 25.15%

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 25.15%
G = 31.9%
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

#52688C (or 0x52688C) is known color: Kashmir Blue. HEX triplet: 52, 68 and 8C. RGB value is (82,104,140). Sum of RGB (Red+Green+Blue) = 82+104+140=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 104 (41.02% from 255 or 31.90% 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 #52688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52688C is #AD9773. Grayscale: #656565. Windows color (decimal): -11376500 or 9201746. OLE color: 9201746.

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

Color convert

RGB 82 104 140 -
CMYK 0.41 0.26 0 0.45
HSL 217.24º 0.26% 0.44% -
HSV(B) 217.24º 0.41% 0.55% -
XYZ 13.16 13.59 26.74 -
YUV 101.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 82 104 140 0.41 0.26 0 0.45 217.24 0.26 0.44
Hex 52 68 8C 29 1A 0 2D D9 1A 2C
Octal 122 150 214 51 32 0 55 331 32 54
Binary 1010010 1101000 10001100 101001 11010 0 101101 11011001 11010 101100

Color Harmonies of #52688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52688C

Black with #52688C

Text Example


Text Example

White with #52688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,104,140); }

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

background-color css

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

 a { background-color: rgb(82,104,140); }

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

border-color css

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

 span { border-color: rgb(82,104,140); }

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