Html Css Color HEX #523075 Blue Diamond

📋 copy color: '#523075'

red 82 ◦ green 48 ◦ blue 117

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

Shades of Blue Diamond #523075

Tints of Blue Diamond #523075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.43%

 BLUE value IS 117 (46.09% from 255) = 47.37%

R = 33.2%
G = 19.43%
B = 47.37%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#523075 (or 0x523075) is known color: Blue Diamond. HEX triplet: 52, 30 and 75. RGB value is (82,48,117). Sum of RGB (Red+Green+Blue) = 82+48+117=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #523075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523075 is #ADCF8A. Grayscale: #414141. Windows color (decimal): -11390859 or 7680082. OLE color: 7680082.

HSL color Cylindrical-coordinate representation of color #523075: hue angle of 269.57º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #523075 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 48 117 -
CMYK 0.30 0.59 0 0.54
HSL 269.57º 0.42% 0.32% -
HSV(B) 269.57º 0.59% 0.46% -
XYZ 7.75 5.19 17.42 -
YUV 66.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 82 48 117 0.30 0.59 0 0.54 269.57 0.42 0.32
Hex 52 30 75 1E 3B 0 36 10E 2A 20
Octal 122 60 165 36 73 0 66 416 52 40
Binary 1010010 110000 1110101 11110 111011 0 110110 100001110 101010 100000

Color Harmonies of #523075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523075

Black with #523075

Text Example


Text Example

White with #523075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523075; }

 p { color: rgb(82,48,117); }

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

background-color css

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

 a { background-color: rgb(82,48,117); }

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

border-color css

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

 span { border-color: rgb(82,48,117); }

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