Html Css Color HEX #552694 Kingfisher Daisy

📋 copy color: '#552694'

red 85 ◦ green 38 ◦ blue 148

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

Shades of Kingfisher Daisy #552694

Tints of Kingfisher Daisy #552694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.61%

R = 31.37%
G = 14.02%
B = 54.61%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#552694 (or 0x552694) is known color: Kingfisher Daisy. HEX triplet: 55, 26 and 94. RGB value is (85,38,148). Sum of RGB (Red+Green+Blue) = 85+38+148=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #552694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552694 is #AAD96B. Grayscale: #404040. Windows color (decimal): -11196780 or 9709141. OLE color: 9709141.

HSL color Cylindrical-coordinate representation of color #552694: hue angle of 265.64º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552694 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 38 148 -
CMYK 0.43 0.74 0 0.42
HSL 265.64º 0.59% 0.36% -
HSV(B) 265.64º 0.74% 0.58% -
XYZ 9.78 5.46 28.55 -
YUV 64.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 85 38 148 0.43 0.74 0 0.42 265.64 0.59 0.36
Hex 55 26 94 2B 4A 0 2A 10A 3B 24
Octal 125 46 224 53 112 0 52 412 73 44
Binary 1010101 100110 10010100 101011 1001010 0 101010 100001010 111011 100100

Color Harmonies of #552694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552694

Black with #552694

Text Example


Text Example

White with #552694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552694; }

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

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

background-color css

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

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

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

border-color css

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

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

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