Html Css Color HEX #552B8A Kingfisher Daisy

📋 copy color: '#552B8A'

red 85 ◦ green 43 ◦ blue 138

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

Shades of Kingfisher Daisy #552B8A

Tints of Kingfisher Daisy #552B8A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.17%

 BLUE value IS 138 (54.3% from 255) = 51.88%

R = 31.95%
G = 16.17%
B = 51.88%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#552B8A (or 0x552B8A) is known color: Kingfisher Daisy. HEX triplet: 55, 2B and 8A. RGB value is (85,43,138). Sum of RGB (Red+Green+Blue) = 85+43+138=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #552B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552B8A is #AAD475. Grayscale: #424242. Windows color (decimal): -11195510 or 9055061. OLE color: 9055061.

HSL color Cylindrical-coordinate representation of color #552B8A: hue angle of 266.53º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #552B8A is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 43 138 -
CMYK 0.38 0.69 0 0.46
HSL 266.53º 0.52% 0.35% -
HSV(B) 266.53º 0.69% 0.54% -
XYZ 9.2 5.49 24.62 -
YUV 66.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 85 43 138 0.38 0.69 0 0.46 266.53 0.52 0.35
Hex 55 2B 8A 26 45 0 2E 10B 34 23
Octal 125 53 212 46 105 0 56 413 64 43
Binary 1010101 101011 10001010 100110 1000101 0 101110 100001011 110100 100011

Color Harmonies of #552B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B8A

Black with #552B8A

Text Example


Text Example

White with #552B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,43,138); }

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

background-color css

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

 a { background-color: rgb(85,43,138); }

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

border-color css

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

 span { border-color: rgb(85,43,138); }

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