Html Css Color HEX #552083 Kingfisher Daisy

📋 copy color: '#552083'

red 85 ◦ green 32 ◦ blue 131

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

Shades of Kingfisher Daisy #552083

Tints of Kingfisher Daisy #552083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

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

R = 34.27%
G = 12.9%
B = 52.82%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#552083 (or 0x552083) is known color: Kingfisher Daisy. HEX triplet: 55, 20 and 83. RGB value is (85,32,131). Sum of RGB (Red+Green+Blue) = 85+32+131=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #552083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552083 is #AADF7C. Grayscale: #3A3A3A. Windows color (decimal): -11198333 or 8593493. OLE color: 8593493.

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

Color convert

RGB 85 32 131 -
CMYK 0.35 0.76 0 0.49
HSL 272.12º 0.61% 0.32% -
HSV(B) 272.12º 0.76% 0.51% -
XYZ 8.36 4.6 21.92 -
YUV 59.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 85 32 131 0.35 0.76 0 0.49 272.12 0.61 0.32
Hex 55 20 83 23 4C 0 31 110 3D 20
Octal 125 40 203 43 114 0 61 420 75 40
Binary 1010101 100000 10000011 100011 1001100 0 110001 100010000 111101 100000

Color Harmonies of #552083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552083

Black with #552083

Text Example


Text Example

White with #552083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552083; }

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

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

background-color css

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

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

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

border-color css

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

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

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