Html Css Color HEX #526E93 Kashmir Blue

📋 copy color: '#526E93'

red 82 ◦ green 110 ◦ blue 147

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

Shades of Kashmir Blue #526E93

Tints of Kashmir Blue #526E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.36%

R = 24.19%
G = 32.45%
B = 43.36%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#526E93 (or 0x526E93) is known color: Kashmir Blue. HEX triplet: 52, 6E and 93. RGB value is (82,110,147). Sum of RGB (Red+Green+Blue) = 82+110+147=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #526E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526E93 is #AD916C. Grayscale: #696969. Windows color (decimal): -11374957 or 9662034. OLE color: 9662034.

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

Color convert

RGB 82 110 147 -
CMYK 0.44 0.25 0 0.42
HSL 214.15º 0.28% 0.45% -
HSV(B) 214.15º 0.44% 0.58% -
XYZ 14.32 15.05 29.75 -
YUV 105.85 151.22 110.99 -
System Red Green Blue C M Y K H S L
Decimal 82 110 147 0.44 0.25 0 0.42 214.15 0.28 0.45
Hex 52 6E 93 2C 19 0 2A D6 1C 2D
Octal 122 156 223 54 31 0 52 326 34 55
Binary 1010010 1101110 10010011 101100 11001 0 101010 11010110 11100 101101

Color Harmonies of #526E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526E93

Black with #526E93

Text Example


Text Example

White with #526E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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