Html Css Color HEX #53377F Kingfisher Daisy

📋 copy color: '#53377F'

red 83 ◦ green 55 ◦ blue 127

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

Shades of Kingfisher Daisy #53377F

Tints of Kingfisher Daisy #53377F

RGB

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

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

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

R = 31.32%
G = 20.75%
B = 47.92%

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

#53377F (or 0x53377F) is known color: Kingfisher Daisy. HEX triplet: 53, 37 and 7F. RGB value is (83,55,127). Sum of RGB (Red+Green+Blue) = 83+55+127=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #53377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53377F is #ACC880. Grayscale: #474747. Windows color (decimal): -11323521 or 8337235. OLE color: 8337235.

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

Color convert

RGB 83 55 127 -
CMYK 0.35 0.57 0 0.50
HSL 263.33º 0.4% 0.36% -
HSV(B) 263.33º 0.57% 0.5% -
XYZ 8.76 6.1 20.79 -
YUV 71.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 83 55 127 0.35 0.57 0 0.50 263.33 0.4 0.36
Hex 53 37 7F 23 39 0 32 107 28 24
Octal 123 67 177 43 71 0 62 407 50 44
Binary 1010011 110111 1111111 100011 111001 0 110010 100000111 101000 100100

Color Harmonies of #53377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53377F

Black with #53377F

Text Example


Text Example

White with #53377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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