Html Css Color HEX #522585 Kingfisher Daisy

📋 copy color: '#522585'

red 82 ◦ green 37 ◦ blue 133

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

Shades of Kingfisher Daisy #522585

Tints of Kingfisher Daisy #522585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

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

R = 32.54%
G = 14.68%
B = 52.78%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#522585 (or 0x522585) is known color: Kingfisher Daisy. HEX triplet: 52, 25 and 85. RGB value is (82,37,133). Sum of RGB (Red+Green+Blue) = 82+37+133=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #522585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522585 is #ADDA7A. Grayscale: #3D3D3D. Windows color (decimal): -11393659 or 8725842. OLE color: 8725842.

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

Color convert

RGB 82 37 133 -
CMYK 0.38 0.72 0 0.48
HSL 268.13º 0.56% 0.33% -
HSV(B) 268.13º 0.72% 0.52% -
XYZ 8.37 4.81 22.68 -
YUV 61.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 82 37 133 0.38 0.72 0 0.48 268.13 0.56 0.33
Hex 52 25 85 26 48 0 30 10C 38 21
Octal 122 45 205 46 110 0 60 414 70 41
Binary 1010010 100101 10000101 100110 1001000 0 110000 100001100 111000 100001

Color Harmonies of #522585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522585

Black with #522585

Text Example


Text Example

White with #522585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522585; }

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

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

background-color css

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

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

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

border-color css

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

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

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