Html Css Color HEX #52688F Kashmir Blue

📋 copy color: '#52688F'

red 82 ◦ green 104 ◦ blue 143

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

Shades of Kashmir Blue #52688F

Tints of Kashmir Blue #52688F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

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

R = 24.92%
G = 31.61%
B = 43.47%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52688F (or 0x52688F) is known color: Kashmir Blue. HEX triplet: 52, 68 and 8F. RGB value is (82,104,143). Sum of RGB (Red+Green+Blue) = 82+104+143=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #52688F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52688F is #AD9770. Grayscale: #656565. Windows color (decimal): -11376497 or 9398354. OLE color: 9398354.

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

Color convert

RGB 82 104 143 -
CMYK 0.43 0.27 0 0.44
HSL 218.36º 0.27% 0.44% -
HSV(B) 218.36º 0.43% 0.56% -
XYZ 13.39 13.68 27.92 -
YUV 101.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 82 104 143 0.43 0.27 0 0.44 218.36 0.27 0.44
Hex 52 68 8F 2B 1B 0 2C DA 1B 2C
Octal 122 150 217 53 33 0 54 332 33 54
Binary 1010010 1101000 10001111 101011 11011 0 101100 11011010 11011 101100

Color Harmonies of #52688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52688F

Black with #52688F

Text Example


Text Example

White with #52688F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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