Html Css Color HEX #526189 Kashmir Blue

📋 copy color: '#526189'

red 82 ◦ green 97 ◦ blue 137

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

Shades of Kashmir Blue #526189

Tints of Kashmir Blue #526189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.7%

 BLUE value IS 137 (53.91% from 255) = 43.35%

R = 25.95%
G = 30.7%
B = 43.35%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#526189 (or 0x526189) is known color: Kashmir Blue. HEX triplet: 52, 61 and 89. RGB value is (82,97,137). Sum of RGB (Red+Green+Blue) = 82+97+137=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #526189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526189 is #AD9E76. Grayscale: #606060. Windows color (decimal): -11378295 or 9003346. OLE color: 9003346.

HSL color Cylindrical-coordinate representation of color #526189: hue angle of 223.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #526189 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 97 137 -
CMYK 0.40 0.29 0 0.46
HSL 223.64º 0.25% 0.43% -
HSV(B) 223.64º 0.4% 0.54% -
XYZ 12.27 12.15 25.37 -
YUV 97.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 82 97 137 0.40 0.29 0 0.46 223.64 0.25 0.43
Hex 52 61 89 28 1D 0 2E E0 19 2B
Octal 122 141 211 50 35 0 56 340 31 53
Binary 1010010 1100001 10001001 101000 11101 0 101110 11100000 11001 101011

Color Harmonies of #526189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526189

Black with #526189

Text Example


Text Example

White with #526189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526189; }

 p { color: rgb(82,97,137); }

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

background-color css

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

 a { background-color: rgb(82,97,137); }

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

border-color css

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

 span { border-color: rgb(82,97,137); }

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