Html Css Color HEX #52238B Kingfisher Daisy

📋 copy color: '#52238B'

red 82 ◦ green 35 ◦ blue 139

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

Shades of Kingfisher Daisy #52238B

Tints of Kingfisher Daisy #52238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.67%

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

R = 32.03%
G = 13.67%
B = 54.3%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52238B (or 0x52238B) is known color: Kingfisher Daisy. HEX triplet: 52, 23 and 8B. RGB value is (82,35,139). Sum of RGB (Red+Green+Blue) = 82+35+139=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #52238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52238B is #ADDC74. Grayscale: #3C3C3C. Windows color (decimal): -11394165 or 9118546. OLE color: 9118546.

HSL color Cylindrical-coordinate representation of color #52238B: hue angle of 267.12º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52238B is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 35 139 -
CMYK 0.41 0.75 0 0.45
HSL 267.12º 0.6% 0.34% -
HSV(B) 267.12º 0.75% 0.55% -
XYZ 8.74 4.86 24.9 -
YUV 60.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 82 35 139 0.41 0.75 0 0.45 267.12 0.6 0.34
Hex 52 23 8B 29 4B 0 2D 10B 3C 22
Octal 122 43 213 51 113 0 55 413 74 42
Binary 1010010 100011 10001011 101001 1001011 0 101101 100001011 111100 100010

Color Harmonies of #52238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52238B

Black with #52238B

Text Example


Text Example

White with #52238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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