Html Css Color HEX #523077 Blue Diamond

📋 copy color: '#523077'

red 82 ◦ green 48 ◦ blue 119

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

Shades of Blue Diamond #523077

Tints of Blue Diamond #523077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 32.93%
G = 19.28%
B = 47.79%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#523077 (or 0x523077) is known color: Blue Diamond. HEX triplet: 52, 30 and 77. RGB value is (82,48,119). Sum of RGB (Red+Green+Blue) = 82+48+119=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #523077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523077 is #ADCF88. Grayscale: #424242. Windows color (decimal): -11390857 or 7811154. OLE color: 7811154.

HSL color Cylindrical-coordinate representation of color #523077: hue angle of 268.73º 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 #523077 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 48 119 -
CMYK 0.31 0.60 0 0.53
HSL 268.73º 0.43% 0.33% -
HSV(B) 268.73º 0.6% 0.47% -
XYZ 7.87 5.24 18.05 -
YUV 66.26 157.76 139.23 -
System Red Green Blue C M Y K H S L
Decimal 82 48 119 0.31 0.60 0 0.53 268.73 0.43 0.33
Hex 52 30 77 1F 3C 0 35 10D 2B 21
Octal 122 60 167 37 74 0 65 415 53 41
Binary 1010010 110000 1110111 11111 111100 0 110101 100001101 101011 100001

Color Harmonies of #523077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523077

Black with #523077

Text Example


Text Example

White with #523077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523077; }

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

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

background-color css

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

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

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

border-color css

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

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

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