Html Css Color HEX #552682 Kingfisher Daisy

📋 copy color: '#552682'

red 85 ◦ green 38 ◦ blue 130

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

Shades of Kingfisher Daisy #552682

Tints of Kingfisher Daisy #552682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.02%

 BLUE value IS 130 (51.17% from 255) = 51.38%

R = 33.6%
G = 15.02%
B = 51.38%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#552682 (or 0x552682) is known color: Kingfisher Daisy. HEX triplet: 55, 26 and 82. RGB value is (85,38,130). Sum of RGB (Red+Green+Blue) = 85+38+130=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #552682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552682 is #AAD97D. Grayscale: #3E3E3E. Windows color (decimal): -11196798 or 8529493. OLE color: 8529493.

HSL color Cylindrical-coordinate representation of color #552682: hue angle of 270.65º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552682 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 38 130 -
CMYK 0.35 0.71 0 0.49
HSL 270.65º 0.55% 0.33% -
HSV(B) 270.65º 0.71% 0.51% -
XYZ 8.47 4.93 21.62 -
YUV 62.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 85 38 130 0.35 0.71 0 0.49 270.65 0.55 0.33
Hex 55 26 82 23 47 0 31 10F 37 21
Octal 125 46 202 43 107 0 61 417 67 41
Binary 1010101 100110 10000010 100011 1000111 0 110001 100001111 110111 100001

Color Harmonies of #552682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552682

Black with #552682

Text Example


Text Example

White with #552682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552682; }

 p { color: rgb(85,38,130); }

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

background-color css

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

 a { background-color: rgb(85,38,130); }

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

border-color css

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

 span { border-color: rgb(85,38,130); }

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