Html Css Color HEX #53277F Kingfisher Daisy

📋 copy color: '#53277F'

red 83 ◦ green 39 ◦ blue 127

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

Shades of Kingfisher Daisy #53277F

Tints of Kingfisher Daisy #53277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

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

R = 33.33%
G = 15.66%
B = 51%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#53277F (or 0x53277F) is known color: Kingfisher Daisy. HEX triplet: 53, 27 and 7F. RGB value is (83,39,127). Sum of RGB (Red+Green+Blue) = 83+39+127=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #53277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53277F is #ACD880. Grayscale: #3D3D3D. Windows color (decimal): -11327617 or 8333139. OLE color: 8333139.

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

Color convert

RGB 83 39 127 -
CMYK 0.35 0.69 0 0.50
HSL 270º 0.53% 0.33% -
HSV(B) 270º 0.69% 0.5% -
XYZ 8.12 4.82 20.58 -
YUV 62.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 83 39 127 0.35 0.69 0 0.50 270 0.53 0.33
Hex 53 27 7F 23 45 0 32 10E 35 21
Octal 123 47 177 43 105 0 62 416 65 41
Binary 1010011 100111 1111111 100011 1000101 0 110010 100001110 110101 100001

Color Harmonies of #53277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53277F

Black with #53277F

Text Example


Text Example

White with #53277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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