Html Css Color HEX #53317C Kingfisher Daisy

📋 copy color: '#53317C'

red 83 ◦ green 49 ◦ blue 124

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

Shades of Kingfisher Daisy #53317C

Tints of Kingfisher Daisy #53317C

RGB

 RED value IS 83 (32.81% from 255) = 32.42%

 GREEN value IS 49 (19.53% from 255) = 19.14%

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 32.42%
G = 19.14%
B = 48.44%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53317C (or 0x53317C) is known color: Kingfisher Daisy. HEX triplet: 53, 31 and 7C. RGB value is (83,49,124). Sum of RGB (Red+Green+Blue) = 83+49+124=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #53317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53317C is #ACCE83. Grayscale: #434343. Windows color (decimal): -11325060 or 8139091. OLE color: 8139091.

HSL color Cylindrical-coordinate representation of color #53317C: hue angle of 267.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53317C is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 49 124 -
CMYK 0.33 0.60 0 0.51
HSL 267.2º 0.43% 0.34% -
HSV(B) 267.2º 0.6% 0.49% -
XYZ 8.3 5.49 19.69 -
YUV 67.72 159.76 138.9 -
System Red Green Blue C M Y K H S L
Decimal 83 49 124 0.33 0.60 0 0.51 267.2 0.43 0.34
Hex 53 31 7C 21 3C 0 33 10B 2B 22
Octal 123 61 174 41 74 0 63 413 53 42
Binary 1010011 110001 1111100 100001 111100 0 110011 100001011 101011 100010

Color Harmonies of #53317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53317C

Black with #53317C

Text Example


Text Example

White with #53317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53317C; }

 p { color: rgb(83,49,124); }

 H1.HeaderClassName
 {
   color: #53317C;
 }
 .AnyTagClassName
 {
   color: #53317C;
 }
</style>

background-color css

<style>
 a { background-color: #53317C; }

 a { background-color: rgb(83,49,124); }

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

border-color css

<style>
 span { border-color: #53317C; }

 span { border-color: rgb(83,49,124); }

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