Html Css Color HEX #526589 Kashmir Blue

📋 copy color: '#526589'

red 82 ◦ green 101 ◦ blue 137

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

Shades of Kashmir Blue #526589

Tints of Kashmir Blue #526589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.56%

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

R = 25.63%
G = 31.56%
B = 42.81%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#526589 (or 0x526589) is known color: Kashmir Blue. HEX triplet: 52, 65 and 89. RGB value is (82,101,137). Sum of RGB (Red+Green+Blue) = 82+101+137=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #526589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526589 is #AD9A76. Grayscale: #636363. Windows color (decimal): -11377271 or 9004370. OLE color: 9004370.

HSL color Cylindrical-coordinate representation of color #526589: hue angle of 219.27º 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 #526589 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 101 137 -
CMYK 0.40 0.26 0 0.46
HSL 219.27º 0.25% 0.43% -
HSV(B) 219.27º 0.4% 0.54% -
XYZ 12.65 12.91 25.49 -
YUV 99.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 82 101 137 0.40 0.26 0 0.46 219.27 0.25 0.43
Hex 52 65 89 28 1A 0 2E DB 19 2B
Octal 122 145 211 50 32 0 56 333 31 53
Binary 1010010 1100101 10001001 101000 11010 0 101110 11011011 11001 101011

Color Harmonies of #526589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526589

Black with #526589

Text Example


Text Example

White with #526589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526589; }

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

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

background-color css

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

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

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

border-color css

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

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

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