Html Css Color HEX #553182 Kingfisher Daisy

📋 copy color: '#553182'

red 85 ◦ green 49 ◦ blue 130

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

Shades of Kingfisher Daisy #553182

Tints of Kingfisher Daisy #553182

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.56%

 BLUE value IS 130 (51.17% from 255) = 49.24%

R = 32.2%
G = 18.56%
B = 49.24%

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

#553182 (or 0x553182) is known color: Kingfisher Daisy. HEX triplet: 55, 31 and 82. RGB value is (85,49,130). Sum of RGB (Red+Green+Blue) = 85+49+130=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #553182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553182 is #AACE7D. Grayscale: #444444. Windows color (decimal): -11193982 or 8532309. OLE color: 8532309.

HSL color Cylindrical-coordinate representation of color #553182: hue angle of 266.67º 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 #553182 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 49 130 -
CMYK 0.35 0.62 0 0.49
HSL 266.67º 0.45% 0.35% -
HSV(B) 266.67º 0.62% 0.51% -
XYZ 8.87 5.74 21.76 -
YUV 69 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 85 49 130 0.35 0.62 0 0.49 266.67 0.45 0.35
Hex 55 31 82 23 3E 0 31 10B 2D 23
Octal 125 61 202 43 76 0 61 413 55 43
Binary 1010101 110001 10000010 100011 111110 0 110001 100001011 101101 100011

Color Harmonies of #553182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553182

Black with #553182

Text Example


Text Example

White with #553182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553182; }

 p { color: rgb(85,49,130); }

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

background-color css

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

 a { background-color: rgb(85,49,130); }

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

border-color css

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

 span { border-color: rgb(85,49,130); }

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