Html Css Color HEX #552888 Kingfisher Daisy

📋 copy color: '#552888'

red 85 ◦ green 40 ◦ blue 136

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

Shades of Kingfisher Daisy #552888

Tints of Kingfisher Daisy #552888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.33%

 BLUE value IS 136 (53.52% from 255) = 52.11%

R = 32.57%
G = 15.33%
B = 52.11%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#552888 (or 0x552888) is known color: Kingfisher Daisy. HEX triplet: 55, 28 and 88. RGB value is (85,40,136). Sum of RGB (Red+Green+Blue) = 85+40+136=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #552888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552888 is #AAD777. Grayscale: #404040. Windows color (decimal): -11196280 or 8923221. OLE color: 8923221.

HSL color Cylindrical-coordinate representation of color #552888: hue angle of 268.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552888 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 40 136 -
CMYK 0.38 0.71 0 0.47
HSL 268.13º 0.55% 0.35% -
HSV(B) 268.13º 0.71% 0.53% -
XYZ 8.95 5.23 23.83 -
YUV 64.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 85 40 136 0.38 0.71 0 0.47 268.13 0.55 0.35
Hex 55 28 88 26 47 0 2F 10C 37 23
Octal 125 50 210 46 107 0 57 414 67 43
Binary 1010101 101000 10001000 100110 1000111 0 101111 100001100 110111 100011

Color Harmonies of #552888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552888

Black with #552888

Text Example


Text Example

White with #552888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552888; }

 p { color: rgb(85,40,136); }

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

background-color css

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

 a { background-color: rgb(85,40,136); }

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

border-color css

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

 span { border-color: rgb(85,40,136); }

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