Html Css Color HEX #55257D Kingfisher Daisy

📋 copy color: '#55257D'

red 85 ◦ green 37 ◦ blue 125

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

Shades of Kingfisher Daisy #55257D

Tints of Kingfisher Daisy #55257D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.98%

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

R = 34.41%
G = 14.98%
B = 50.61%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55257D (or 0x55257D) is known color: Kingfisher Daisy. HEX triplet: 55, 25 and 7D. RGB value is (85,37,125). Sum of RGB (Red+Green+Blue) = 85+37+125=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #55257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55257D is #AADA82. Grayscale: #3D3D3D. Windows color (decimal): -11197059 or 8201557. OLE color: 8201557.

HSL color Cylindrical-coordinate representation of color #55257D: hue angle of 272.73º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55257D is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 37 125 -
CMYK 0.32 0.70 0 0.51
HSL 272.73º 0.54% 0.32% -
HSV(B) 272.73º 0.7% 0.49% -
XYZ 8.11 4.74 19.89 -
YUV 61.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 85 37 125 0.32 0.70 0 0.51 272.73 0.54 0.32
Hex 55 25 7D 20 46 0 33 111 36 20
Octal 125 45 175 40 106 0 63 421 66 40
Binary 1010101 100101 1111101 100000 1000110 0 110011 100010001 110110 100000

Color Harmonies of #55257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55257D

Black with #55257D

Text Example


Text Example

White with #55257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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