Html Css Color HEX #526590 Kashmir Blue

📋 copy color: '#526590'

red 82 ◦ green 101 ◦ blue 144

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

Shades of Kashmir Blue #526590

Tints of Kashmir Blue #526590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 25.08%
G = 30.89%
B = 44.04%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#526590 (or 0x526590) is known color: Kashmir Blue. HEX triplet: 52, 65 and 90. RGB value is (82,101,144). Sum of RGB (Red+Green+Blue) = 82+101+144=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #526590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526590 is #AD9A6F. Grayscale: #646464. Windows color (decimal): -11377264 or 9463122. OLE color: 9463122.

HSL color Cylindrical-coordinate representation of color #526590: hue angle of 221.61º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #526590 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 101 144 -
CMYK 0.43 0.30 0 0.44
HSL 221.61º 0.27% 0.44% -
HSV(B) 221.61º 0.43% 0.56% -
XYZ 13.17 13.11 28.22 -
YUV 100.22 152.71 115 -
System Red Green Blue C M Y K H S L
Decimal 82 101 144 0.43 0.30 0 0.44 221.61 0.27 0.44
Hex 52 65 90 2B 1E 0 2C DE 1B 2C
Octal 122 145 220 53 36 0 54 336 33 54
Binary 1010010 1100101 10010000 101011 11110 0 101100 11011110 11011 101100

Color Harmonies of #526590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526590

Black with #526590

Text Example


Text Example

White with #526590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526590; }

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

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

background-color css

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

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

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

border-color css

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

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

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