Html Css Color HEX #52377F Kingfisher Daisy

📋 copy color: '#52377F'

red 82 ◦ green 55 ◦ blue 127

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

Shades of Kingfisher Daisy #52377F

Tints of Kingfisher Daisy #52377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

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

R = 31.06%
G = 20.83%
B = 48.11%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52377F (or 0x52377F) is known color: Kingfisher Daisy. HEX triplet: 52, 37 and 7F. RGB value is (82,55,127). Sum of RGB (Red+Green+Blue) = 82+55+127=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #52377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52377F is #ADC880. Grayscale: #474747. Windows color (decimal): -11389057 or 8337234. OLE color: 8337234.

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

Color convert

RGB 82 55 127 -
CMYK 0.35 0.57 0 0.50
HSL 262.5º 0.4% 0.36% -
HSV(B) 262.5º 0.57% 0.5% -
XYZ 8.68 6.06 20.79 -
YUV 71.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 82 55 127 0.35 0.57 0 0.50 262.5 0.4 0.36
Hex 52 37 7F 23 39 0 32 106 28 24
Octal 122 67 177 43 71 0 62 406 50 44
Binary 1010010 110111 1111111 100011 111001 0 110010 100000110 101000 100100

Color Harmonies of #52377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52377F

Black with #52377F

Text Example


Text Example

White with #52377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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