Html Css Color HEX #523078 Blue Diamond

📋 copy color: '#523078'

red 82 ◦ green 48 ◦ blue 120

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

Shades of Blue Diamond #523078

Tints of Blue Diamond #523078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48%

R = 32.8%
G = 19.2%
B = 48%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#523078 (or 0x523078) is known color: Blue Diamond. HEX triplet: 52, 30 and 78. RGB value is (82,48,120). Sum of RGB (Red+Green+Blue) = 82+48+120=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #523078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523078 is #ADCF87. Grayscale: #424242. Windows color (decimal): -11390856 or 7876690. OLE color: 7876690.

HSL color Cylindrical-coordinate representation of color #523078: hue angle of 268.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #523078 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 48 120 -
CMYK 0.32 0.60 0 0.53
HSL 268.33º 0.43% 0.33% -
HSV(B) 268.33º 0.6% 0.47% -
XYZ 7.93 5.26 18.37 -
YUV 66.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 82 48 120 0.32 0.60 0 0.53 268.33 0.43 0.33
Hex 52 30 78 20 3C 0 35 10C 2B 21
Octal 122 60 170 40 74 0 65 414 53 41
Binary 1010010 110000 1111000 100000 111100 0 110101 100001100 101011 100001

Color Harmonies of #523078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523078

Black with #523078

Text Example


Text Example

White with #523078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523078; }

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

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

background-color css

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

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

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

border-color css

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

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

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