Html Css Color HEX #52288C Kingfisher Daisy

📋 copy color: '#52288C'

red 82 ◦ green 40 ◦ blue 140

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

Shades of Kingfisher Daisy #52288C

Tints of Kingfisher Daisy #52288C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

 BLUE value IS 140 (55.08% from 255) = 53.44%

R = 31.3%
G = 15.27%
B = 53.44%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52288C (or 0x52288C) is known color: Kingfisher Daisy. HEX triplet: 52, 28 and 8C. RGB value is (82,40,140). Sum of RGB (Red+Green+Blue) = 82+40+140=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #52288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52288C is #ADD773. Grayscale: #3F3F3F. Windows color (decimal): -11392884 or 9185362. OLE color: 9185362.

HSL color Cylindrical-coordinate representation of color #52288C: hue angle of 265.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52288C is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 40 140 -
CMYK 0.41 0.71 0 0.45
HSL 265.2º 0.56% 0.35% -
HSV(B) 265.2º 0.71% 0.55% -
XYZ 8.97 5.2 25.34 -
YUV 63.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 82 40 140 0.41 0.71 0 0.45 265.2 0.56 0.35
Hex 52 28 8C 29 47 0 2D 109 38 23
Octal 122 50 214 51 107 0 55 411 70 43
Binary 1010010 101000 10001100 101001 1000111 0 101101 100001001 111000 100011

Color Harmonies of #52288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52288C

Black with #52288C

Text Example


Text Example

White with #52288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52288C; }

 p { color: rgb(82,40,140); }

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

background-color css

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

 a { background-color: rgb(82,40,140); }

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

border-color css

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

 span { border-color: rgb(82,40,140); }

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