Html Css Color HEX #523187 Kingfisher Daisy

📋 copy color: '#523187'

red 82 ◦ green 49 ◦ blue 135

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

Shades of Kingfisher Daisy #523187

Tints of Kingfisher Daisy #523187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.75%

R = 30.83%
G = 18.42%
B = 50.75%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#523187 (or 0x523187) is known color: Kingfisher Daisy. HEX triplet: 52, 31 and 87. RGB value is (82,49,135). Sum of RGB (Red+Green+Blue) = 82+49+135=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #523187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523187 is #ADCE78. Grayscale: #444444. Windows color (decimal): -11390585 or 8859986. OLE color: 8859986.

HSL color Cylindrical-coordinate representation of color #523187: hue angle of 263.02º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #523187 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 49 135 -
CMYK 0.39 0.64 0 0.47
HSL 263.02º 0.47% 0.36% -
HSV(B) 263.02º 0.64% 0.53% -
XYZ 8.95 5.74 23.56 -
YUV 68.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 82 49 135 0.39 0.64 0 0.47 263.02 0.47 0.36
Hex 52 31 87 27 40 0 2F 107 2F 24
Octal 122 61 207 47 100 0 57 407 57 44
Binary 1010010 110001 10000111 100111 1000000 0 101111 100000111 101111 100100

Color Harmonies of #523187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523187

Black with #523187

Text Example


Text Example

White with #523187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523187; }

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

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

background-color css

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

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

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

border-color css

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

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

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