Html Css Color HEX #52688E Kashmir Blue

📋 copy color: '#52688E'

red 82 ◦ green 104 ◦ blue 142

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

Shades of Kashmir Blue #52688E

Tints of Kashmir Blue #52688E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.29%

R = 25%
G = 31.71%
B = 43.29%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52688E (or 0x52688E) is known color: Kashmir Blue. HEX triplet: 52, 68 and 8E. RGB value is (82,104,142). Sum of RGB (Red+Green+Blue) = 82+104+142=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 142 - color contains mainly: blue. Hex color #52688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52688E is #AD9771. Grayscale: #656565. Windows color (decimal): -11376498 or 9332818. OLE color: 9332818.

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

Color convert

RGB 82 104 142 -
CMYK 0.42 0.27 0 0.44
HSL 218º 0.27% 0.44% -
HSV(B) 218º 0.42% 0.56% -
XYZ 13.31 13.65 27.52 -
YUV 101.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 82 104 142 0.42 0.27 0 0.44 218 0.27 0.44
Hex 52 68 8E 2A 1B 0 2C DA 1B 2C
Octal 122 150 216 52 33 0 54 332 33 54
Binary 1010010 1101000 10001110 101010 11011 0 101100 11011010 11011 101100

Color Harmonies of #52688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52688E

Black with #52688E

Text Example


Text Example

White with #52688E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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