Html Css Color HEX #52347F Kingfisher Daisy

📋 copy color: '#52347F'

red 82 ◦ green 52 ◦ blue 127

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

Shades of Kingfisher Daisy #52347F

Tints of Kingfisher Daisy #52347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.92%

 BLUE value IS 127 (50% from 255) = 48.66%

R = 31.42%
G = 19.92%
B = 48.66%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52347F (or 0x52347F) is known color: Kingfisher Daisy. HEX triplet: 52, 34 and 7F. RGB value is (82,52,127). Sum of RGB (Red+Green+Blue) = 82+52+127=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #52347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52347F is #ADCB80. Grayscale: #454545. Windows color (decimal): -11389825 or 8336466. OLE color: 8336466.

HSL color Cylindrical-coordinate representation of color #52347F: hue angle of 264º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52347F is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 52 127 -
CMYK 0.35 0.59 0 0.50
HSL 264º 0.42% 0.35% -
HSV(B) 264º 0.59% 0.5% -
XYZ 8.54 5.78 20.74 -
YUV 69.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 82 52 127 0.35 0.59 0 0.50 264 0.42 0.35
Hex 52 34 7F 23 3B 0 32 108 2A 23
Octal 122 64 177 43 73 0 62 410 52 43
Binary 1010010 110100 1111111 100011 111011 0 110010 100001000 101010 100011

Color Harmonies of #52347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52347F

Black with #52347F

Text Example


Text Example

White with #52347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52347F; }

 p { color: rgb(82,52,127); }

 H1.HeaderClassName
 {
   color: #52347F;
 }
 .AnyTagClassName
 {
   color: #52347F;
 }
</style>

background-color css

<style>
 a { background-color: #52347F; }

 a { background-color: rgb(82,52,127); }

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

border-color css

<style>
 span { border-color: #52347F; }

 span { border-color: rgb(82,52,127); }

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