Html Css Color HEX #55297D Kingfisher Daisy

📋 copy color: '#55297D'

red 85 ◦ green 41 ◦ blue 125

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

Shades of Kingfisher Daisy #55297D

Tints of Kingfisher Daisy #55297D

RGB

 RED value IS 85 (33.59% from 255) = 33.86%

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

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

R = 33.86%
G = 16.33%
B = 49.8%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55297D (or 0x55297D) is known color: Kingfisher Daisy. HEX triplet: 55, 29 and 7D. RGB value is (85,41,125). Sum of RGB (Red+Green+Blue) = 85+41+125=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #55297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55297D is #AAD682. Grayscale: #3F3F3F. Windows color (decimal): -11196035 or 8202581. OLE color: 8202581.

HSL color Cylindrical-coordinate representation of color #55297D: hue angle of 271.43º 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 #55297D is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 41 125 -
CMYK 0.32 0.67 0 0.51
HSL 271.43º 0.51% 0.33% -
HSV(B) 271.43º 0.67% 0.49% -
XYZ 8.24 5 19.93 -
YUV 63.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 85 41 125 0.32 0.67 0 0.51 271.43 0.51 0.33
Hex 55 29 7D 20 43 0 33 10F 33 21
Octal 125 51 175 40 103 0 63 417 63 41
Binary 1010101 101001 1111101 100000 1000011 0 110011 100001111 110011 100001

Color Harmonies of #55297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55297D

Black with #55297D

Text Example


Text Example

White with #55297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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