Html Css Color HEX #52357F Kingfisher Daisy

📋 copy color: '#52357F'

red 82 ◦ green 53 ◦ blue 127

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

Shades of Kingfisher Daisy #52357F

Tints of Kingfisher Daisy #52357F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.23%

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

R = 31.3%
G = 20.23%
B = 48.47%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52357F (or 0x52357F) is known color: Kingfisher Daisy. HEX triplet: 52, 35 and 7F. RGB value is (82,53,127). Sum of RGB (Red+Green+Blue) = 82+53+127=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #52357F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52357F is #ADCA80. Grayscale: #454545. Windows color (decimal): -11389569 or 8336722. OLE color: 8336722.

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

Color convert

RGB 82 53 127 -
CMYK 0.35 0.58 0 0.50
HSL 263.51º 0.41% 0.35% -
HSV(B) 263.51º 0.58% 0.5% -
XYZ 8.58 5.87 20.76 -
YUV 70.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 82 53 127 0.35 0.58 0 0.50 263.51 0.41 0.35
Hex 52 35 7F 23 3A 0 32 108 29 23
Octal 122 65 177 43 72 0 62 410 51 43
Binary 1010010 110101 1111111 100011 111010 0 110010 100001000 101001 100011

Color Harmonies of #52357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52357F

Black with #52357F

Text Example


Text Example

White with #52357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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