Html Css Color HEX #52708F Kashmir Blue

📋 copy color: '#52708F'

red 82 ◦ green 112 ◦ blue 143

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

Shades of Kashmir Blue #52708F

Tints of Kashmir Blue #52708F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

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

R = 24.33%
G = 33.23%
B = 42.43%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52708F (or 0x52708F) is known color: Kashmir Blue. HEX triplet: 52, 70 and 8F. RGB value is (82,112,143). Sum of RGB (Red+Green+Blue) = 82+112+143=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 143 - color contains mainly: blue. Hex color #52708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52708F is #AD8F70. Grayscale: #6A6A6A. Windows color (decimal): -11374449 or 9400402. OLE color: 9400402.

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

Color convert

RGB 82 112 143 -
CMYK 0.43 0.22 0 0.44
HSL 210.49º 0.27% 0.44% -
HSV(B) 210.49º 0.43% 0.56% -
XYZ 14.23 15.37 28.2 -
YUV 106.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 82 112 143 0.43 0.22 0 0.44 210.49 0.27 0.44
Hex 52 70 8F 2B 16 0 2C D2 1B 2C
Octal 122 160 217 53 26 0 54 322 33 54
Binary 1010010 1110000 10001111 101011 10110 0 101100 11010010 11011 101100

Color Harmonies of #52708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52708F

Black with #52708F

Text Example


Text Example

White with #52708F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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