Html Css Color HEX #526C8F Kashmir Blue

📋 copy color: '#526C8F'

red 82 ◦ green 108 ◦ blue 143

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

Shades of Kashmir Blue #526C8F

Tints of Kashmir Blue #526C8F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.43%

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

R = 24.62%
G = 32.43%
B = 42.94%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#526C8F (or 0x526C8F) is known color: Kashmir Blue. HEX triplet: 52, 6C and 8F. RGB value is (82,108,143). Sum of RGB (Red+Green+Blue) = 82+108+143=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 143 - color contains mainly: blue. Hex color #526C8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526C8F is #AD9370. Grayscale: #686868. Windows color (decimal): -11375473 or 9399378. OLE color: 9399378.

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

Color convert

RGB 82 108 143 -
CMYK 0.43 0.24 0 0.44
HSL 214.43º 0.27% 0.44% -
HSV(B) 214.43º 0.43% 0.56% -
XYZ 13.8 14.5 28.06 -
YUV 104.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 82 108 143 0.43 0.24 0 0.44 214.43 0.27 0.44
Hex 52 6C 8F 2B 18 0 2C D6 1B 2C
Octal 122 154 217 53 30 0 54 326 33 54
Binary 1010010 1101100 10001111 101011 11000 0 101100 11010110 11011 101100

Color Harmonies of #526C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C8F

Black with #526C8F

Text Example


Text Example

White with #526C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526C8F; }

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

 H1.HeaderClassName
 {
   color: #526C8F;
 }
 .AnyTagClassName
 {
   color: #526C8F;
 }
</style>

background-color css

<style>
 a { background-color: #526C8F; }

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

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

border-color css

<style>
 span { border-color: #526C8F; }

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

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