Html Css Color HEX #52268A Kingfisher Daisy

📋 copy color: '#52268A'

red 82 ◦ green 38 ◦ blue 138

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

Shades of Kingfisher Daisy #52268A

Tints of Kingfisher Daisy #52268A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.73%

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

R = 31.78%
G = 14.73%
B = 53.49%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#52268A (or 0x52268A) is known color: Kingfisher Daisy. HEX triplet: 52, 26 and 8A. RGB value is (82,38,138). Sum of RGB (Red+Green+Blue) = 82+38+138=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #52268A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52268A is #ADD975. Grayscale: #3E3E3E. Windows color (decimal): -11393398 or 9053778. OLE color: 9053778.

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

Color convert

RGB 82 38 138 -
CMYK 0.41 0.72 0 0.46
HSL 266.4º 0.57% 0.35% -
HSV(B) 266.4º 0.72% 0.54% -
XYZ 8.76 5.02 24.55 -
YUV 62.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 82 38 138 0.41 0.72 0 0.46 266.4 0.57 0.35
Hex 52 26 8A 29 48 0 2E 10A 39 23
Octal 122 46 212 51 110 0 56 412 71 43
Binary 1010010 100110 10001010 101001 1001000 0 101110 100001010 111001 100011

Color Harmonies of #52268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52268A

Black with #52268A

Text Example


Text Example

White with #52268A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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