Html Css Color HEX #553082 Kingfisher Daisy

📋 copy color: '#553082'

red 85 ◦ green 48 ◦ blue 130

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

Shades of Kingfisher Daisy #553082

Tints of Kingfisher Daisy #553082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.25%

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

R = 32.32%
G = 18.25%
B = 49.43%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#553082 (or 0x553082) is known color: Kingfisher Daisy. HEX triplet: 55, 30 and 82. RGB value is (85,48,130). Sum of RGB (Red+Green+Blue) = 85+48+130=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #553082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553082 is #AACF7D. Grayscale: #444444. Windows color (decimal): -11194238 or 8532053. OLE color: 8532053.

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

Color convert

RGB 85 48 130 -
CMYK 0.35 0.63 0 0.49
HSL 267.07º 0.46% 0.35% -
HSV(B) 267.07º 0.63% 0.51% -
XYZ 8.83 5.66 21.75 -
YUV 68.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 85 48 130 0.35 0.63 0 0.49 267.07 0.46 0.35
Hex 55 30 82 23 3F 0 31 10B 2E 23
Octal 125 60 202 43 77 0 61 413 56 43
Binary 1010101 110000 10000010 100011 111111 0 110001 100001011 101110 100011

Color Harmonies of #553082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553082

Black with #553082

Text Example


Text Example

White with #553082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553082; }

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

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

background-color css

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

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

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

border-color css

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

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

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