Html Css Color HEX #53357F Kingfisher Daisy

📋 copy color: '#53357F'

red 83 ◦ green 53 ◦ blue 127

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

Shades of Kingfisher Daisy #53357F

Tints of Kingfisher Daisy #53357F

RGB

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

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

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

R = 31.56%
G = 20.15%
B = 48.29%

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

#53357F (or 0x53357F) is known color: Kingfisher Daisy. HEX triplet: 53, 35 and 7F. RGB value is (83,53,127). Sum of RGB (Red+Green+Blue) = 83+53+127=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #53357F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53357F is #ACCA80. Grayscale: #464646. Windows color (decimal): -11324033 or 8336723. OLE color: 8336723.

HSL color Cylindrical-coordinate representation of color #53357F: hue angle of 264.32º 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 #53357F is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 53 127 -
CMYK 0.35 0.58 0 0.50
HSL 264.32º 0.41% 0.35% -
HSV(B) 264.32º 0.58% 0.5% -
XYZ 8.67 5.92 20.76 -
YUV 70.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 83 53 127 0.35 0.58 0 0.50 264.32 0.41 0.35
Hex 53 35 7F 23 3A 0 32 108 29 23
Octal 123 65 177 43 72 0 62 410 51 43
Binary 1010011 110101 1111111 100011 111010 0 110010 100001000 101001 100011

Color Harmonies of #53357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53357F

Black with #53357F

Text Example


Text Example

White with #53357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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