Html Css Color HEX #52258A Kingfisher Daisy

📋 copy color: '#52258A'

red 82 ◦ green 37 ◦ blue 138

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

Shades of Kingfisher Daisy #52258A

Tints of Kingfisher Daisy #52258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.7%

R = 31.91%
G = 14.4%
B = 53.7%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#52258A (or 0x52258A) is known color: Kingfisher Daisy. HEX triplet: 52, 25 and 8A. RGB value is (82,37,138). Sum of RGB (Red+Green+Blue) = 82+37+138=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #52258A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52258A is #ADDA75. Grayscale: #3D3D3D. Windows color (decimal): -11393654 or 9053522. OLE color: 9053522.

HSL color Cylindrical-coordinate representation of color #52258A: hue angle of 266.73º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52258A is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 37 138 -
CMYK 0.41 0.73 0 0.46
HSL 266.73º 0.58% 0.34% -
HSV(B) 266.73º 0.73% 0.54% -
XYZ 8.73 4.95 24.54 -
YUV 61.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 82 37 138 0.41 0.73 0 0.46 266.73 0.58 0.34
Hex 52 25 8A 29 49 0 2E 10B 3A 22
Octal 122 45 212 51 111 0 56 413 72 42
Binary 1010010 100101 10001010 101001 1001001 0 101110 100001011 111010 100010

Color Harmonies of #52258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52258A

Black with #52258A

Text Example


Text Example

White with #52258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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