Html Css Color HEX #523185 Kingfisher Daisy

📋 copy color: '#523185'

red 82 ◦ green 49 ◦ blue 133

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

Shades of Kingfisher Daisy #523185

Tints of Kingfisher Daisy #523185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.56%

 BLUE value IS 133 (52.34% from 255) = 50.38%

R = 31.06%
G = 18.56%
B = 50.38%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#523185 (or 0x523185) is known color: Kingfisher Daisy. HEX triplet: 52, 31 and 85. RGB value is (82,49,133). Sum of RGB (Red+Green+Blue) = 82+49+133=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #523185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523185 is #ADCE7A. Grayscale: #444444. Windows color (decimal): -11390587 or 8728914. OLE color: 8728914.

HSL color Cylindrical-coordinate representation of color #523185: hue angle of 263.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #523185 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 49 133 -
CMYK 0.38 0.63 0 0.48
HSL 263.57º 0.46% 0.36% -
HSV(B) 263.57º 0.63% 0.52% -
XYZ 8.81 5.68 22.82 -
YUV 68.44 164.43 137.67 -
System Red Green Blue C M Y K H S L
Decimal 82 49 133 0.38 0.63 0 0.48 263.57 0.46 0.36
Hex 52 31 85 26 3F 0 30 108 2E 24
Octal 122 61 205 46 77 0 60 410 56 44
Binary 1010010 110001 10000101 100110 111111 0 110000 100001000 101110 100100

Color Harmonies of #523185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523185

Black with #523185

Text Example


Text Example

White with #523185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523185; }

 p { color: rgb(82,49,133); }

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

background-color css

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

 a { background-color: rgb(82,49,133); }

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

border-color css

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

 span { border-color: rgb(82,49,133); }

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