Html Css Color HEX #52288B Kingfisher Daisy

📋 copy color: '#52288B'

red 82 ◦ green 40 ◦ blue 139

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

Shades of Kingfisher Daisy #52288B

Tints of Kingfisher Daisy #52288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.26%

R = 31.42%
G = 15.33%
B = 53.26%

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

#52288B (or 0x52288B) is known color: Kingfisher Daisy. HEX triplet: 52, 28 and 8B. RGB value is (82,40,139). Sum of RGB (Red+Green+Blue) = 82+40+139=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #52288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52288B is #ADD774. Grayscale: #3F3F3F. Windows color (decimal): -11392885 or 9119826. OLE color: 9119826.

HSL color Cylindrical-coordinate representation of color #52288B: hue angle of 265.45º degrees, saturation: 0.55, 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 #52288B is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 40 139 -
CMYK 0.41 0.71 0 0.45
HSL 265.45º 0.55% 0.35% -
HSV(B) 265.45º 0.71% 0.55% -
XYZ 8.9 5.18 24.96 -
YUV 63.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 82 40 139 0.41 0.71 0 0.45 265.45 0.55 0.35
Hex 52 28 8B 29 47 0 2D 109 37 23
Octal 122 50 213 51 107 0 55 411 67 43
Binary 1010010 101000 10001011 101001 1000111 0 101101 100001001 110111 100011

Color Harmonies of #52288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52288B

Black with #52288B

Text Example


Text Example

White with #52288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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