Html Css Color HEX #552690 Kingfisher Daisy

📋 copy color: '#552690'

red 85 ◦ green 38 ◦ blue 144

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

Shades of Kingfisher Daisy #552690

Tints of Kingfisher Daisy #552690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.93%

R = 31.84%
G = 14.23%
B = 53.93%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#552690 (or 0x552690) is known color: Kingfisher Daisy. HEX triplet: 55, 26 and 90. RGB value is (85,38,144). Sum of RGB (Red+Green+Blue) = 85+38+144=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #552690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552690 is #AAD96F. Grayscale: #3F3F3F. Windows color (decimal): -11196784 or 9446997. OLE color: 9446997.

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

Color convert

RGB 85 38 144 -
CMYK 0.41 0.74 0 0.44
HSL 266.6º 0.58% 0.36% -
HSV(B) 266.6º 0.74% 0.56% -
XYZ 9.47 5.33 26.92 -
YUV 64.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 85 38 144 0.41 0.74 0 0.44 266.6 0.58 0.36
Hex 55 26 90 29 4A 0 2C 10B 3A 24
Octal 125 46 220 51 112 0 54 413 72 44
Binary 1010101 100110 10010000 101001 1001010 0 101100 100001011 111010 100100

Color Harmonies of #552690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552690

Black with #552690

Text Example


Text Example

White with #552690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552690; }

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

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

background-color css

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

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

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

border-color css

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

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

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