Html Css Color HEX #552687 Kingfisher Daisy

📋 copy color: '#552687'

red 85 ◦ green 38 ◦ blue 135

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

Shades of Kingfisher Daisy #552687

Tints of Kingfisher Daisy #552687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.33%

R = 32.95%
G = 14.73%
B = 52.33%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#552687 (or 0x552687) is known color: Kingfisher Daisy. HEX triplet: 55, 26 and 87. RGB value is (85,38,135). Sum of RGB (Red+Green+Blue) = 85+38+135=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #552687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552687 is #AAD978. Grayscale: #3E3E3E. Windows color (decimal): -11196793 or 8857173. OLE color: 8857173.

HSL color Cylindrical-coordinate representation of color #552687: hue angle of 269.07º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #552687 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 85 38 135 -
CMYK 0.37 0.72 0 0.47
HSL 269.07º 0.56% 0.34% -
HSV(B) 269.07º 0.72% 0.53% -
XYZ 8.81 5.07 23.44 -
YUV 63.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 85 38 135 0.37 0.72 0 0.47 269.07 0.56 0.34
Hex 55 26 87 25 48 0 2F 10D 38 22
Octal 125 46 207 45 110 0 57 415 70 42
Binary 1010101 100110 10000111 100101 1001000 0 101111 100001101 111000 100010

Color Harmonies of #552687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552687

Black with #552687

Text Example


Text Example

White with #552687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552687; }

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

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

background-color css

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

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

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

border-color css

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

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

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