Html Css Color HEX #526E95 Kashmir Blue

📋 copy color: '#526E95'

red 82 ◦ green 110 ◦ blue 149

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

Shades of Kashmir Blue #526E95

Tints of Kashmir Blue #526E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.7%

R = 24.05%
G = 32.26%
B = 43.7%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526E95 (or 0x526E95) is known color: Kashmir Blue. HEX triplet: 52, 6E and 95. RGB value is (82,110,149). Sum of RGB (Red+Green+Blue) = 82+110+149=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #526E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E95 is #AD916A. Grayscale: #696969. Windows color (decimal): -11374955 or 9793106. OLE color: 9793106.

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

Color convert

RGB 82 110 149 -
CMYK 0.45 0.26 0 0.42
HSL 214.93º 0.29% 0.45% -
HSV(B) 214.93º 0.45% 0.58% -
XYZ 14.48 15.12 30.59 -
YUV 106.07 152.22 110.83 -
System Red Green Blue C M Y K H S L
Decimal 82 110 149 0.45 0.26 0 0.42 214.93 0.29 0.45
Hex 52 6E 95 2D 1A 0 2A D7 1D 2D
Octal 122 156 225 55 32 0 52 327 35 55
Binary 1010010 1101110 10010101 101101 11010 0 101010 11010111 11101 101101

Color Harmonies of #526E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E95

Black with #526E95

Text Example


Text Example

White with #526E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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