Html Css Color HEX #553283 Kingfisher Daisy

📋 copy color: '#553283'

red 85 ◦ green 50 ◦ blue 131

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

Shades of Kingfisher Daisy #553283

Tints of Kingfisher Daisy #553283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

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

R = 31.95%
G = 18.8%
B = 49.25%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#553283 (or 0x553283) is known color: Kingfisher Daisy. HEX triplet: 55, 32 and 83. RGB value is (85,50,131). Sum of RGB (Red+Green+Blue) = 85+50+131=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #553283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553283 is #AACD7C. Grayscale: #454545. Windows color (decimal): -11193725 or 8598101. OLE color: 8598101.

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

Color convert

RGB 85 50 131 -
CMYK 0.35 0.62 0 0.49
HSL 265.93º 0.45% 0.35% -
HSV(B) 265.93º 0.62% 0.51% -
XYZ 8.98 5.85 22.13 -
YUV 69.7 162.6 138.91 -
System Red Green Blue C M Y K H S L
Decimal 85 50 131 0.35 0.62 0 0.49 265.93 0.45 0.35
Hex 55 32 83 23 3E 0 31 10A 2D 23
Octal 125 62 203 43 76 0 61 412 55 43
Binary 1010101 110010 10000011 100011 111110 0 110001 100001010 101101 100011

Color Harmonies of #553283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553283

Black with #553283

Text Example


Text Example

White with #553283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553283; }

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

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

background-color css

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

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

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

border-color css

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

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

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