Html Css Color HEX #52688D Kashmir Blue

📋 copy color: '#52688D'

red 82 ◦ green 104 ◦ blue 141

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

Shades of Kashmir Blue #52688D

Tints of Kashmir Blue #52688D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.12%

R = 25.08%
G = 31.8%
B = 43.12%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52688D (or 0x52688D) is known color: Kashmir Blue. HEX triplet: 52, 68 and 8D. RGB value is (82,104,141). Sum of RGB (Red+Green+Blue) = 82+104+141=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #52688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52688D is #AD9772. Grayscale: #656565. Windows color (decimal): -11376499 or 9267282. OLE color: 9267282.

HSL color Cylindrical-coordinate representation of color #52688D: hue angle of 217.63º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52688D is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 104 141 -
CMYK 0.42 0.26 0 0.45
HSL 217.63º 0.26% 0.44% -
HSV(B) 217.63º 0.42% 0.55% -
XYZ 13.24 13.62 27.13 -
YUV 101.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 82 104 141 0.42 0.26 0 0.45 217.63 0.26 0.44
Hex 52 68 8D 2A 1A 0 2D DA 1A 2C
Octal 122 150 215 52 32 0 55 332 32 54
Binary 1010010 1101000 10001101 101010 11010 0 101101 11011010 11010 101100

Color Harmonies of #52688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52688D

Black with #52688D

Text Example


Text Example

White with #52688D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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