Html Css Color HEX #551D98 Kingfisher Daisy

📋 copy color: '#551D98'

red 85 ◦ green 29 ◦ blue 152

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

Shades of Kingfisher Daisy #551D98

Tints of Kingfisher Daisy #551D98

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.9%

 BLUE value IS 152 (59.77% from 255) = 57.14%

R = 31.95%
G = 10.9%
B = 57.14%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#551D98 (or 0x551D98) is known color: Kingfisher Daisy. HEX triplet: 55, 1D and 98. RGB value is (85,29,152). Sum of RGB (Red+Green+Blue) = 85+29+152=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #551D98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551D98 is #AAE267. Grayscale: #3B3B3B. Windows color (decimal): -11199080 or 9968981. OLE color: 9968981.

HSL color Cylindrical-coordinate representation of color #551D98: hue angle of 267.32º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551D98 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 29 152 -
CMYK 0.44 0.81 0 0.40
HSL 267.32º 0.68% 0.35% -
HSV(B) 267.32º 0.81% 0.6% -
XYZ 9.85 5.08 30.17 -
YUV 59.77 180.05 146 -
System Red Green Blue C M Y K H S L
Decimal 85 29 152 0.44 0.81 0 0.40 267.32 0.68 0.35
Hex 55 1D 98 2C 51 0 28 10B 44 23
Octal 125 35 230 54 121 0 50 413 104 43
Binary 1010101 11101 10011000 101100 1010001 0 101000 100001011 1000100 100011

Color Harmonies of #551D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551D98

Black with #551D98

Text Example


Text Example

White with #551D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551D98; }

 p { color: rgb(85,29,152); }

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

background-color css

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

 a { background-color: rgb(85,29,152); }

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

border-color css

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

 span { border-color: rgb(85,29,152); }

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