Html Css Color HEX #526E8D Kashmir Blue

📋 copy color: '#526E8D'

red 82 ◦ green 110 ◦ blue 141

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

Shades of Kashmir Blue #526E8D

Tints of Kashmir Blue #526E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.03%

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 24.62%
G = 33.03%
B = 42.34%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#526E8D (or 0x526E8D) is known color: Kashmir Blue. HEX triplet: 52, 6E and 8D. RGB value is (82,110,141). Sum of RGB (Red+Green+Blue) = 82+110+141=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #526E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E8D is #AD9172. Grayscale: #696969. Windows color (decimal): -11374963 or 9268818. OLE color: 9268818.

HSL color Cylindrical-coordinate representation of color #526E8D: hue angle of 211.53º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #526E8D is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 110 141 -
CMYK 0.42 0.22 0 0.45
HSL 211.53º 0.26% 0.44% -
HSV(B) 211.53º 0.42% 0.55% -
XYZ 13.86 14.87 27.34 -
YUV 105.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 82 110 141 0.42 0.22 0 0.45 211.53 0.26 0.44
Hex 52 6E 8D 2A 16 0 2D D4 1A 2C
Octal 122 156 215 52 26 0 55 324 32 54
Binary 1010010 1101110 10001101 101010 10110 0 101101 11010100 11010 101100

Color Harmonies of #526E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E8D

Black with #526E8D

Text Example


Text Example

White with #526E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,110,141); }

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

background-color css

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

 a { background-color: rgb(82,110,141); }

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

border-color css

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

 span { border-color: rgb(82,110,141); }

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