Html Css Color HEX #52257F Kingfisher Daisy

📋 copy color: '#52257F'

red 82 ◦ green 37 ◦ blue 127

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

Shades of Kingfisher Daisy #52257F

Tints of Kingfisher Daisy #52257F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.63%

R = 33.33%
G = 15.04%
B = 51.63%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52257F (or 0x52257F) is known color: Kingfisher Daisy. HEX triplet: 52, 25 and 7F. RGB value is (82,37,127). Sum of RGB (Red+Green+Blue) = 82+37+127=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #52257F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52257F is #ADDA80. Grayscale: #3C3C3C. Windows color (decimal): -11393665 or 8332626. OLE color: 8332626.

HSL color Cylindrical-coordinate representation of color #52257F: hue angle of 270º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52257F is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 37 127 -
CMYK 0.35 0.71 0 0.50
HSL 270º 0.55% 0.32% -
HSV(B) 270º 0.71% 0.5% -
XYZ 7.97 4.65 20.56 -
YUV 60.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 82 37 127 0.35 0.71 0 0.50 270 0.55 0.32
Hex 52 25 7F 23 47 0 32 10E 37 20
Octal 122 45 177 43 107 0 62 416 67 40
Binary 1010010 100101 1111111 100011 1000111 0 110010 100001110 110111 100000

Color Harmonies of #52257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52257F

Black with #52257F

Text Example


Text Example

White with #52257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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