Html Css Color HEX #552685 Kingfisher Daisy

📋 copy color: '#552685'

red 85 ◦ green 38 ◦ blue 133

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

Shades of Kingfisher Daisy #552685

Tints of Kingfisher Daisy #552685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.95%

R = 33.2%
G = 14.84%
B = 51.95%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#552685 (or 0x552685) is known color: Kingfisher Daisy. HEX triplet: 55, 26 and 85. RGB value is (85,38,133). Sum of RGB (Red+Green+Blue) = 85+38+133=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #552685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552685 is #AAD97A. Grayscale: #3E3E3E. Windows color (decimal): -11196795 or 8726101. OLE color: 8726101.

HSL color Cylindrical-coordinate representation of color #552685: hue angle of 269.68º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552685 is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 38 133 -
CMYK 0.36 0.71 0 0.48
HSL 269.68º 0.56% 0.34% -
HSV(B) 269.68º 0.71% 0.52% -
XYZ 8.67 5.01 22.7 -
YUV 62.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 85 38 133 0.36 0.71 0 0.48 269.68 0.56 0.34
Hex 55 26 85 24 47 0 30 10E 38 22
Octal 125 46 205 44 107 0 60 416 70 42
Binary 1010101 100110 10000101 100100 1000111 0 110000 100001110 111000 100010

Color Harmonies of #552685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552685

Black with #552685

Text Example


Text Example

White with #552685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552685; }

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

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

background-color css

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

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

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

border-color css

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

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

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