Html Css Color HEX #52698D Kashmir Blue

📋 copy color: '#52698D'

red 82 ◦ green 105 ◦ blue 141

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

Shades of Kashmir Blue #52698D

Tints of Kashmir Blue #52698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

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

R = 25%
G = 32.01%
B = 42.99%

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

#52698D (or 0x52698D) is known color: Kashmir Blue. HEX triplet: 52, 69 and 8D. RGB value is (82,105,141). Sum of RGB (Red+Green+Blue) = 82+105+141=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #52698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52698D is #AD9672. Grayscale: #666666. Windows color (decimal): -11376243 or 9267538. OLE color: 9267538.

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

Color convert

RGB 82 105 141 -
CMYK 0.42 0.26 0 0.45
HSL 216.61º 0.26% 0.44% -
HSV(B) 216.61º 0.42% 0.55% -
XYZ 13.34 13.82 27.16 -
YUV 102.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 82 105 141 0.42 0.26 0 0.45 216.61 0.26 0.44
Hex 52 69 8D 2A 1A 0 2D D9 1A 2C
Octal 122 151 215 52 32 0 55 331 32 54
Binary 1010010 1101001 10001101 101010 11010 0 101101 11011001 11010 101100

Color Harmonies of #52698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52698D

Black with #52698D

Text Example


Text Example

White with #52698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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