Html Css Color HEX #52668F Kashmir Blue

📋 copy color: '#52668F'

red 82 ◦ green 102 ◦ blue 143

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

Shades of Kashmir Blue #52668F

Tints of Kashmir Blue #52668F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.73%

R = 25.08%
G = 31.19%
B = 43.73%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52668F (or 0x52668F) is known color: Kashmir Blue. HEX triplet: 52, 66 and 8F. RGB value is (82,102,143). Sum of RGB (Red+Green+Blue) = 82+102+143=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #52668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52668F is #AD9970. Grayscale: #646464. Windows color (decimal): -11377009 or 9397842. OLE color: 9397842.

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

Color convert

RGB 82 102 143 -
CMYK 0.43 0.29 0 0.44
HSL 220.33º 0.27% 0.44% -
HSV(B) 220.33º 0.43% 0.56% -
XYZ 13.19 13.28 27.85 -
YUV 100.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 82 102 143 0.43 0.29 0 0.44 220.33 0.27 0.44
Hex 52 66 8F 2B 1D 0 2C DC 1B 2C
Octal 122 146 217 53 35 0 54 334 33 54
Binary 1010010 1100110 10001111 101011 11101 0 101100 11011100 11011 101100

Color Harmonies of #52668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52668F

Black with #52668F

Text Example


Text Example

White with #52668F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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