Html Css Color HEX #552E88 Kingfisher Daisy

📋 copy color: '#552E88'

red 85 ◦ green 46 ◦ blue 136

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

Shades of Kingfisher Daisy #552E88

Tints of Kingfisher Daisy #552E88

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.23%

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

R = 31.84%
G = 17.23%
B = 50.94%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#552E88 (or 0x552E88) is known color: Kingfisher Daisy. HEX triplet: 55, 2E and 88. RGB value is (85,46,136). Sum of RGB (Red+Green+Blue) = 85+46+136=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #552E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552E88 is #AAD177. Grayscale: #434343. Windows color (decimal): -11194744 or 8924757. OLE color: 8924757.

HSL color Cylindrical-coordinate representation of color #552E88: hue angle of 266º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552E88 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 46 136 -
CMYK 0.38 0.66 0 0.47
HSL 266º 0.49% 0.36% -
HSV(B) 266º 0.66% 0.53% -
XYZ 9.17 5.66 23.9 -
YUV 67.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 85 46 136 0.38 0.66 0 0.47 266 0.49 0.36
Hex 55 2E 88 26 42 0 2F 10A 31 24
Octal 125 56 210 46 102 0 57 412 61 44
Binary 1010101 101110 10001000 100110 1000010 0 101111 100001010 110001 100100

Color Harmonies of #552E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E88

Black with #552E88

Text Example


Text Example

White with #552E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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