Html Css Color HEX #53297D Kingfisher Daisy

📋 copy color: '#53297D'

red 83 ◦ green 41 ◦ blue 125

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

Shades of Kingfisher Daisy #53297D

Tints of Kingfisher Daisy #53297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.47%

 BLUE value IS 125 (49.22% from 255) = 50.2%

R = 33.33%
G = 16.47%
B = 50.2%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53297D (or 0x53297D) is known color: Kingfisher Daisy. HEX triplet: 53, 29 and 7D. RGB value is (83,41,125). Sum of RGB (Red+Green+Blue) = 83+41+125=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #53297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53297D is #ACD682. Grayscale: #3E3E3E. Windows color (decimal): -11327107 or 8202579. OLE color: 8202579.

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

Color convert

RGB 83 41 125 -
CMYK 0.34 0.67 0 0.51
HSL 270º 0.51% 0.33% -
HSV(B) 270º 0.67% 0.49% -
XYZ 8.06 4.91 19.92 -
YUV 63.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 83 41 125 0.34 0.67 0 0.51 270 0.51 0.33
Hex 53 29 7D 22 43 0 33 10E 33 21
Octal 123 51 175 42 103 0 63 416 63 41
Binary 1010011 101001 1111101 100010 1000011 0 110011 100001110 110011 100001

Color Harmonies of #53297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53297D

Black with #53297D

Text Example


Text Example

White with #53297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53297D; }

 p { color: rgb(83,41,125); }

 H1.HeaderClassName
 {
   color: #53297D;
 }
 .AnyTagClassName
 {
   color: #53297D;
 }
</style>

background-color css

<style>
 a { background-color: #53297D; }

 a { background-color: rgb(83,41,125); }

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

border-color css

<style>
 span { border-color: #53297D; }

 span { border-color: rgb(83,41,125); }

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