Html Css Color HEX #52268B Kingfisher Daisy

📋 copy color: '#52268B'

red 82 ◦ green 38 ◦ blue 139

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

Shades of Kingfisher Daisy #52268B

Tints of Kingfisher Daisy #52268B

RGB

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

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

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

R = 31.66%
G = 14.67%
B = 53.67%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52268B (or 0x52268B) is known color: Kingfisher Daisy. HEX triplet: 52, 26 and 8B. RGB value is (82,38,139). Sum of RGB (Red+Green+Blue) = 82+38+139=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #52268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52268B is #ADD974. Grayscale: #3E3E3E. Windows color (decimal): -11393397 or 9119314. OLE color: 9119314.

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

Color convert

RGB 82 38 139 -
CMYK 0.41 0.73 0 0.45
HSL 266.14º 0.57% 0.35% -
HSV(B) 266.14º 0.73% 0.55% -
XYZ 8.83 5.04 24.93 -
YUV 62.67 171.08 141.79 -
System Red Green Blue C M Y K H S L
Decimal 82 38 139 0.41 0.73 0 0.45 266.14 0.57 0.35
Hex 52 26 8B 29 49 0 2D 10A 39 23
Octal 122 46 213 51 111 0 55 412 71 43
Binary 1010010 100110 10001011 101001 1001001 0 101101 100001010 111001 100011

Color Harmonies of #52268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52268B

Black with #52268B

Text Example


Text Example

White with #52268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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