Html Css Color HEX #52668E Kashmir Blue

📋 copy color: '#52668E'

red 82 ◦ green 102 ◦ blue 142

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

Shades of Kashmir Blue #52668E

Tints of Kashmir Blue #52668E

RGB

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

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

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

R = 25.15%
G = 31.29%
B = 43.56%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52668E (or 0x52668E) is known color: Kashmir Blue. HEX triplet: 52, 66 and 8E. RGB value is (82,102,142). Sum of RGB (Red+Green+Blue) = 82+102+142=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #52668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52668E is #AD9971. Grayscale: #646464. Windows color (decimal): -11377010 or 9332306. OLE color: 9332306.

HSL color Cylindrical-coordinate representation of color #52668E: hue angle of 220º 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 #52668E is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 102 142 -
CMYK 0.42 0.28 0 0.44
HSL 220º 0.27% 0.44% -
HSV(B) 220º 0.42% 0.56% -
XYZ 13.11 13.25 27.46 -
YUV 100.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 82 102 142 0.42 0.28 0 0.44 220 0.27 0.44
Hex 52 66 8E 2A 1C 0 2C DC 1B 2C
Octal 122 146 216 52 34 0 54 334 33 54
Binary 1010010 1100110 10001110 101010 11100 0 101100 11011100 11011 101100

Color Harmonies of #52668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52668E

Black with #52668E

Text Example


Text Example

White with #52668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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