Html Css Color HEX #526C8B Kashmir Blue

📋 copy color: '#526C8B'

red 82 ◦ green 108 ◦ blue 139

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

Shades of Kashmir Blue #526C8B

Tints of Kashmir Blue #526C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 24.92%
G = 32.83%
B = 42.25%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#526C8B (or 0x526C8B) is known color: Kashmir Blue. HEX triplet: 52, 6C and 8B. RGB value is (82,108,139). Sum of RGB (Red+Green+Blue) = 82+108+139=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #526C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526C8B is #AD9374. Grayscale: #676767. Windows color (decimal): -11375477 or 9137234. OLE color: 9137234.

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

Color convert

RGB 82 108 139 -
CMYK 0.41 0.22 0 0.45
HSL 212.63º 0.26% 0.43% -
HSV(B) 212.63º 0.41% 0.55% -
XYZ 13.5 14.38 26.49 -
YUV 103.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 82 108 139 0.41 0.22 0 0.45 212.63 0.26 0.43
Hex 52 6C 8B 29 16 0 2D D5 1A 2B
Octal 122 154 213 51 26 0 55 325 32 53
Binary 1010010 1101100 10001011 101001 10110 0 101101 11010101 11010 101011

Color Harmonies of #526C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C8B

Black with #526C8B

Text Example


Text Example

White with #526C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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