Html Css Color HEX #552383 Kingfisher Daisy

📋 copy color: '#552383'

red 85 ◦ green 35 ◦ blue 131

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

Shades of Kingfisher Daisy #552383

Tints of Kingfisher Daisy #552383

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

 BLUE value IS 131 (51.56% from 255) = 52.19%

R = 33.86%
G = 13.94%
B = 52.19%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#552383 (or 0x552383) is known color: Kingfisher Daisy. HEX triplet: 55, 23 and 83. RGB value is (85,35,131). Sum of RGB (Red+Green+Blue) = 85+35+131=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #552383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552383 is #AADC7C. Grayscale: #3C3C3C. Windows color (decimal): -11197565 or 8594261. OLE color: 8594261.

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

Color convert

RGB 85 35 131 -
CMYK 0.35 0.73 0 0.49
HSL 271.25º 0.58% 0.33% -
HSV(B) 271.25º 0.73% 0.51% -
XYZ 8.44 4.77 21.95 -
YUV 60.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 85 35 131 0.35 0.73 0 0.49 271.25 0.58 0.33
Hex 55 23 83 23 49 0 31 10F 3A 21
Octal 125 43 203 43 111 0 61 417 72 41
Binary 1010101 100011 10000011 100011 1001001 0 110001 100001111 111010 100001

Color Harmonies of #552383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552383

Black with #552383

Text Example


Text Example

White with #552383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552383; }

 p { color: rgb(85,35,131); }

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

background-color css

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

 a { background-color: rgb(85,35,131); }

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

border-color css

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

 span { border-color: rgb(85,35,131); }

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