Html Css Color HEX #554075 Kingfisher Daisy

📋 copy color: '#554075'

red 85 ◦ green 64 ◦ blue 117

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

Shades of Kingfisher Daisy #554075

Tints of Kingfisher Daisy #554075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

 BLUE value IS 117 (46.09% from 255) = 43.98%

R = 31.95%
G = 24.06%
B = 43.98%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#554075 (or 0x554075) is known color: Kingfisher Daisy. HEX triplet: 55, 40 and 75. RGB value is (85,64,117). Sum of RGB (Red+Green+Blue) = 85+64+117=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #554075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554075 is #AABF8A. Grayscale: #4C4C4C. Windows color (decimal): -11190155 or 7684181. OLE color: 7684181.

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

Color convert

RGB 85 64 117 -
CMYK 0.27 0.45 0 0.54
HSL 263.77º 0.29% 0.35% -
HSV(B) 263.77º 0.45% 0.46% -
XYZ 8.79 6.88 17.69 -
YUV 76.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 85 64 117 0.27 0.45 0 0.54 263.77 0.29 0.35
Hex 55 40 75 1B 2D 0 36 108 1D 23
Octal 125 100 165 33 55 0 66 410 35 43
Binary 1010101 1000000 1110101 11011 101101 0 110110 100001000 11101 100011

Color Harmonies of #554075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554075

Black with #554075

Text Example


Text Example

White with #554075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554075; }

 p { color: rgb(85,64,117); }

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

background-color css

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

 a { background-color: rgb(85,64,117); }

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

border-color css

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

 span { border-color: rgb(85,64,117); }

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