Html Css Color HEX #552B8B Kingfisher Daisy

📋 copy color: '#552B8B'

red 85 ◦ green 43 ◦ blue 139

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

Shades of Kingfisher Daisy #552B8B

Tints of Kingfisher Daisy #552B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.06%

R = 31.84%
G = 16.1%
B = 52.06%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#552B8B (or 0x552B8B) is known color: Kingfisher Daisy. HEX triplet: 55, 2B and 8B. RGB value is (85,43,139). Sum of RGB (Red+Green+Blue) = 85+43+139=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #552B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552B8B is #AAD474. Grayscale: #424242. Windows color (decimal): -11195509 or 9120597. OLE color: 9120597.

HSL color Cylindrical-coordinate representation of color #552B8B: hue angle of 266.25º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #552B8B is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 43 139 -
CMYK 0.39 0.69 0 0.45
HSL 266.25º 0.53% 0.36% -
HSV(B) 266.25º 0.69% 0.55% -
XYZ 9.27 5.52 25 -
YUV 66.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 85 43 139 0.39 0.69 0 0.45 266.25 0.53 0.36
Hex 55 2B 8B 27 45 0 2D 10A 35 24
Octal 125 53 213 47 105 0 55 412 65 44
Binary 1010101 101011 10001011 100111 1000101 0 101101 100001010 110101 100100

Color Harmonies of #552B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B8B

Black with #552B8B

Text Example


Text Example

White with #552B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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