Html Css Color HEX #554176 Kingfisher Daisy

📋 copy color: '#554176'

red 85 ◦ green 65 ◦ blue 118

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

Shades of Kingfisher Daisy #554176

Tints of Kingfisher Daisy #554176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.25%

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 31.72%
G = 24.25%
B = 44.03%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#554176 (or 0x554176) is known color: Kingfisher Daisy. HEX triplet: 55, 41 and 76. RGB value is (85,65,118). Sum of RGB (Red+Green+Blue) = 85+65+118=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #554176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554176 is #AABE89. Grayscale: #4C4C4C. Windows color (decimal): -11189898 or 7749973. OLE color: 7749973.

HSL color Cylindrical-coordinate representation of color #554176: hue angle of 262.64º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #554176 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 65 118 -
CMYK 0.28 0.45 0 0.54
HSL 262.64º 0.29% 0.36% -
HSV(B) 262.64º 0.45% 0.46% -
XYZ 8.91 7.02 18.03 -
YUV 77.02 151.13 133.69 -
System Red Green Blue C M Y K H S L
Decimal 85 65 118 0.28 0.45 0 0.54 262.64 0.29 0.36
Hex 55 41 76 1C 2D 0 36 107 1D 24
Octal 125 101 166 34 55 0 66 407 35 44
Binary 1010101 1000001 1110110 11100 101101 0 110110 100000111 11101 100100

Color Harmonies of #554176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554176

Black with #554176

Text Example


Text Example

White with #554176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554176; }

 p { color: rgb(85,65,118); }

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

background-color css

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

 a { background-color: rgb(85,65,118); }

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

border-color css

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

 span { border-color: rgb(85,65,118); }

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