Html Css Color HEX #526F91 Kashmir Blue

📋 copy color: '#526F91'

red 82 ◦ green 111 ◦ blue 145

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

Shades of Kashmir Blue #526F91

Tints of Kashmir Blue #526F91

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

 BLUE value IS 145 (57.03% from 255) = 42.9%

R = 24.26%
G = 32.84%
B = 42.9%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#526F91 (or 0x526F91) is known color: Kashmir Blue. HEX triplet: 52, 6F and 91. RGB value is (82,111,145). Sum of RGB (Red+Green+Blue) = 82+111+145=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #526F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526F91 is #AD906E. Grayscale: #6A6A6A. Windows color (decimal): -11374703 or 9531218. OLE color: 9531218.

HSL color Cylindrical-coordinate representation of color #526F91: hue angle of 212.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #526F91 is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 111 145 -
CMYK 0.43 0.23 0 0.43
HSL 212.38º 0.28% 0.45% -
HSV(B) 212.38º 0.43% 0.57% -
XYZ 14.27 15.21 28.97 -
YUV 106.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 82 111 145 0.43 0.23 0 0.43 212.38 0.28 0.45
Hex 52 6F 91 2B 17 0 2B D4 1C 2D
Octal 122 157 221 53 27 0 53 324 34 55
Binary 1010010 1101111 10010001 101011 10111 0 101011 11010100 11100 101101

Color Harmonies of #526F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F91

Black with #526F91

Text Example


Text Example

White with #526F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,111,145); }

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

background-color css

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

 a { background-color: rgb(82,111,145); }

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

border-color css

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

 span { border-color: rgb(82,111,145); }

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