Html Css Color HEX #52668B Kashmir Blue

📋 copy color: '#52668B'

red 82 ◦ green 102 ◦ blue 139

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

Shades of Kashmir Blue #52668B

Tints of Kashmir Blue #52668B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.03%

R = 25.39%
G = 31.58%
B = 43.03%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52668B (or 0x52668B) is known color: Kashmir Blue. HEX triplet: 52, 66 and 8B. RGB value is (82,102,139). Sum of RGB (Red+Green+Blue) = 82+102+139=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #52668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52668B is #AD9974. Grayscale: #646464. Windows color (decimal): -11377013 or 9135698. OLE color: 9135698.

HSL color Cylindrical-coordinate representation of color #52668B: hue angle of 218.95º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52668B is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 102 139 -
CMYK 0.41 0.27 0 0.45
HSL 218.95º 0.26% 0.43% -
HSV(B) 218.95º 0.41% 0.55% -
XYZ 12.89 13.16 26.29 -
YUV 100.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 82 102 139 0.41 0.27 0 0.45 218.95 0.26 0.43
Hex 52 66 8B 29 1B 0 2D DB 1A 2B
Octal 122 146 213 51 33 0 55 333 32 53
Binary 1010010 1100110 10001011 101001 11011 0 101101 11011011 11010 101011

Color Harmonies of #52668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52668B

Black with #52668B

Text Example


Text Example

White with #52668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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