Html Css Color HEX #552098 Kingfisher Daisy

📋 copy color: '#552098'

red 85 ◦ green 32 ◦ blue 152

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

Shades of Kingfisher Daisy #552098

Tints of Kingfisher Daisy #552098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.9%

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

R = 31.6%
G = 11.9%
B = 56.51%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#552098 (or 0x552098) is known color: Kingfisher Daisy. HEX triplet: 55, 20 and 98. RGB value is (85,32,152). Sum of RGB (Red+Green+Blue) = 85+32+152=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #552098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552098 is #AADF67. Grayscale: #3D3D3D. Windows color (decimal): -11198312 or 9969749. OLE color: 9969749.

HSL color Cylindrical-coordinate representation of color #552098: hue angle of 266.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552098 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 32 152 -
CMYK 0.44 0.79 0 0.40
HSL 266.5º 0.65% 0.36% -
HSV(B) 266.5º 0.79% 0.6% -
XYZ 9.93 5.23 30.19 -
YUV 61.53 179.06 144.74 -
System Red Green Blue C M Y K H S L
Decimal 85 32 152 0.44 0.79 0 0.40 266.5 0.65 0.36
Hex 55 20 98 2C 4F 0 28 10A 41 24
Octal 125 40 230 54 117 0 50 412 101 44
Binary 1010101 100000 10011000 101100 1001111 0 101000 100001010 1000001 100100

Color Harmonies of #552098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552098

Black with #552098

Text Example


Text Example

White with #552098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552098; }

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

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

background-color css

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

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

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

border-color css

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

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

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