Html Css Color HEX #553D75 Kingfisher Daisy

📋 copy color: '#553D75'

red 85 ◦ green 61 ◦ blue 117

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

Shades of Kingfisher Daisy #553D75

Tints of Kingfisher Daisy #553D75

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.19%

 BLUE value IS 117 (46.09% from 255) = 44.49%

R = 32.32%
G = 23.19%
B = 44.49%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#553D75 (or 0x553D75) is known color: Kingfisher Daisy. HEX triplet: 55, 3D and 75. RGB value is (85,61,117). Sum of RGB (Red+Green+Blue) = 85+61+117=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #553D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D75 is #AAC28A. Grayscale: #4A4A4A. Windows color (decimal): -11190923 or 7683413. OLE color: 7683413.

HSL color Cylindrical-coordinate representation of color #553D75: hue angle of 265.71º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #553D75 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 61 117 -
CMYK 0.27 0.48 0 0.54
HSL 265.71º 0.31% 0.35% -
HSV(B) 265.71º 0.48% 0.46% -
XYZ 8.63 6.55 17.64 -
YUV 74.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 85 61 117 0.27 0.48 0 0.54 265.71 0.31 0.35
Hex 55 3D 75 1B 30 0 36 10A 1F 23
Octal 125 75 165 33 60 0 66 412 37 43
Binary 1010101 111101 1110101 11011 110000 0 110110 100001010 11111 100011

Color Harmonies of #553D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D75

Black with #553D75

Text Example


Text Example

White with #553D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553D75; }

 p { color: rgb(85,61,117); }

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

background-color css

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

 a { background-color: rgb(85,61,117); }

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

border-color css

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

 span { border-color: rgb(85,61,117); }

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