Html Css Color HEX #552F8B Kingfisher Daisy

📋 copy color: '#552F8B'

red 85 ◦ green 47 ◦ blue 139

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

Shades of Kingfisher Daisy #552F8B

Tints of Kingfisher Daisy #552F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.34%

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

R = 31.37%
G = 17.34%
B = 51.29%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#552F8B (or 0x552F8B) is known color: Kingfisher Daisy. HEX triplet: 55, 2F and 8B. RGB value is (85,47,139). Sum of RGB (Red+Green+Blue) = 85+47+139=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #552F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552F8B is #AAD074. Grayscale: #444444. Windows color (decimal): -11194485 or 9121621. OLE color: 9121621.

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

Color convert

RGB 85 47 139 -
CMYK 0.39 0.66 0 0.45
HSL 264.78º 0.49% 0.36% -
HSV(B) 264.78º 0.66% 0.55% -
XYZ 9.42 5.83 25.05 -
YUV 68.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 85 47 139 0.39 0.66 0 0.45 264.78 0.49 0.36
Hex 55 2F 8B 27 42 0 2D 109 31 24
Octal 125 57 213 47 102 0 55 411 61 44
Binary 1010101 101111 10001011 100111 1000010 0 101101 100001001 110001 100100

Color Harmonies of #552F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F8B

Black with #552F8B

Text Example


Text Example

White with #552F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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