Html Css Color HEX #553282 Kingfisher Daisy

📋 copy color: '#553282'

red 85 ◦ green 50 ◦ blue 130

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

Shades of Kingfisher Daisy #553282

Tints of Kingfisher Daisy #553282

RGB

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

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

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

R = 32.08%
G = 18.87%
B = 49.06%

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

#553282 (or 0x553282) is known color: Kingfisher Daisy. HEX triplet: 55, 32 and 82. RGB value is (85,50,130). Sum of RGB (Red+Green+Blue) = 85+50+130=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #553282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553282 is #AACD7D. Grayscale: #454545. Windows color (decimal): -11193726 or 8532565. OLE color: 8532565.

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

Color convert

RGB 85 50 130 -
CMYK 0.35 0.62 0 0.49
HSL 266.25º 0.44% 0.35% -
HSV(B) 266.25º 0.62% 0.51% -
XYZ 8.92 5.82 21.77 -
YUV 69.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 85 50 130 0.35 0.62 0 0.49 266.25 0.44 0.35
Hex 55 32 82 23 3E 0 31 10A 2C 23
Octal 125 62 202 43 76 0 61 412 54 43
Binary 1010101 110010 10000010 100011 111110 0 110001 100001010 101100 100011

Color Harmonies of #553282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553282

Black with #553282

Text Example


Text Example

White with #553282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553282; }

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

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

background-color css

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

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

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

border-color css

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

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

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