Html Css Color HEX #52678F Kashmir Blue

📋 copy color: '#52678F'

red 82 ◦ green 103 ◦ blue 143

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

Shades of Kashmir Blue #52678F

Tints of Kashmir Blue #52678F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

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

R = 25%
G = 31.4%
B = 43.6%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52678F (or 0x52678F) is known color: Kashmir Blue. HEX triplet: 52, 67 and 8F. RGB value is (82,103,143). Sum of RGB (Red+Green+Blue) = 82+103+143=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 143 - color contains mainly: blue. Hex color #52678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52678F is #AD9870. Grayscale: #656565. Windows color (decimal): -11376753 or 9398098. OLE color: 9398098.

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

Color convert

RGB 82 103 143 -
CMYK 0.43 0.28 0 0.44
HSL 219.34º 0.27% 0.44% -
HSV(B) 219.34º 0.43% 0.56% -
XYZ 13.29 13.48 27.89 -
YUV 101.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 82 103 143 0.43 0.28 0 0.44 219.34 0.27 0.44
Hex 52 67 8F 2B 1C 0 2C DB 1B 2C
Octal 122 147 217 53 34 0 54 333 33 54
Binary 1010010 1100111 10001111 101011 11100 0 101100 11011011 11011 101100

Color Harmonies of #52678F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52678F

Black with #52678F

Text Example


Text Example

White with #52678F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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